#88360A

Color #88360A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #88360A

Tints of Saddle Brown #88360A

Color information

#88360A (or 0x88360A) is unknown color: approx Saddle Brown. HEX triplet: 88, 36 and 0A. RGB value is (136,54,10). Sum of RGB (Red+Green+Blue) = 136+54+10=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88360A is #77C9F5. Grayscale: #494949. Windows color (decimal): -7850486 or 669320. OLE color: 669320.

HSL color Cylindrical-coordinate representation of color #88360A: hue angle of 20.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88360A is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1365410-
CMYK00.600.930.47
HSL20.95º86.3%28.63%-
HSV(B)20.95º92.65%53.33%-
XYZ11.537.891.2-
YUV73.592.17172.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 68%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 10 (4.30% from 255) = 5%
R=68%
G=27%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136541000.600.930.4720.9586.328.63
Hex8836A03C5D2F15561d
Octal2106612074135572512635
Binary1000100011011010100111100101110110111110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88360A; }

 p { color: rgb(136,54,10); }

 H1.HeaderClassName
 {
   color: #88360A;
 }
 .AnyTagClassName
 {
   color: #88360A;
 }
</style>
background-color css

<style>
 a { background-color: #88360A; }

 a { background-color: rgb(136,54,10); }

 div.DivClassName
 {
   background-color: #88360A;
 }
 .BgClassName
 {
   background-color: #88360A;
 }
</style>
border-color css

<style>
 span { border-color: #88360A; }

 span { border-color: rgb(136,54,10); }

 td.TdClassName
 {
   border-color: #88360A;
 }
 .TagClassName
 {
   border-color: #88360A;
 }
</style>