#88530A

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

Shades of Saddle Brown #88530A

Tints of Saddle Brown #88530A

Color information

#88530A (or 0x88530A) is unknown color: approx Saddle Brown. HEX triplet: 88, 53 and 0A. RGB value is (136,83,10). Sum of RGB (Red+Green+Blue) = 136+83+10=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88530A is #77ACF5. Grayscale: #5A5A5A. Windows color (decimal): -7843062 or 676744. OLE color: 676744.

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

Color convert

RGB1368310-
CMYK00.390.930.47
HSL34.76º86.3%28.63%-
HSV(B)34.76º92.65%53.33%-
XYZ13.311.441.79-
YUV90.5282.56160.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=59.39%
G=36.24%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136831000.390.930.4734.7686.328.63
Hex8853A0275D2F23561d
Octal21012312047135574312635
Binary100010001010011101001001111011101101111100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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