Html Css Color HEX #88520C Saddle Brown

📋 copy color: '#88520C'

red 136 ◦ green 82 ◦ blue 12

#88520C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #88520C

Tints of Saddle Brown #88520C

RGB

 RED value IS 136 (53.52% from 255) = 59.13%

 GREEN value IS 82 (32.42% from 255) = 35.65%

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 59.13%
G = 35.65%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88520C (or 0x88520C) is known color: Saddle Brown. HEX triplet: 88, 52 and 0C. RGB value is (136,82,12). Sum of RGB (Red+Green+Blue) = 136+82+12=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88520C is #77ADF3. Grayscale: #5A5A5A. Windows color (decimal): -7843316 or 807560. OLE color: 807560.

HSL color Cylindrical-coordinate representation of color #88520C: hue angle of 33.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88520C is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 12 -
CMYK 0 0.40 0.91 0.47
HSL 33.87º 0.84% 0.29% -
HSV(B) 33.87º 0.91% 0.53% -
XYZ 13.24 11.3 1.83 -
YUV 90.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 136 82 12 0 0.40 0.91 0.47 33.87 0.84 0.29
Hex 88 52 C 0 28 5B 2F 22 54 1D
Octal 210 122 14 0 50 133 57 42 124 35
Binary 10001000 1010010 1100 0 101000 1011011 101111 100010 1010100 11101

Color Harmonies of #88520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88520C

Black with #88520C

Text Example


Text Example

White with #88520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88520C; }

 p { color: rgb(136,82,12); }

 H1.HeaderClassName
 {
   color: #88520C;
 }
 .AnyTagClassName
 {
   color: #88520C;
 }
</style>

background-color css

<style>
 a { background-color: #88520C; }

 a { background-color: rgb(136,82,12); }

 div.DivClassName
 {
   background-color: #88520C;
 }
 .BgClassName
 {
   background-color: #88520C;
 }
</style>

border-color css

<style>
 span { border-color: #88520C; }

 span { border-color: rgb(136,82,12); }

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