#88480A

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

Shades of Saddle Brown #88480A

Tints of Saddle Brown #88480A

Color information

#88480A (or 0x88480A) is unknown color: approx Saddle Brown. HEX triplet: 88, 48 and 0A. RGB value is (136,72,10). Sum of RGB (Red+Green+Blue) = 136+72+10=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88480A is #77B7F5. Grayscale: #545454. Windows color (decimal): -7845878 or 673928. OLE color: 673928.

HSL color Cylindrical-coordinate representation of color #88480A: hue angle of 29.52º 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 #88480A is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1367210-
CMYK00.470.930.47
HSL29.52º86.3%28.63%-
HSV(B)29.52º92.65%53.33%-
XYZ12.539.891.54-
YUV84.0786.2165.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=62.39%
G=33.03%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136721000.470.930.4729.5286.328.63
Hex8848A02F5D2F1e561d
Octal21011012057135573612635
Binary10001000100100010100101111101110110111111110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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