Html Css Color HEX #87520C Saddle Brown

📋 copy color: '#87520C'

red 135 ◦ green 82 ◦ blue 12

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

Shades of Saddle Brown #87520C

Tints of Saddle Brown #87520C

RGB

 RED value IS 135 (53.13% from 255) = 58.95%

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

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

R = 58.95%
G = 35.81%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87520C (or 0x87520C) is known color: Saddle Brown. HEX triplet: 87, 52 and 0C. RGB value is (135,82,12). Sum of RGB (Red+Green+Blue) = 135+82+12=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87520C is #78ADF3. Grayscale: #5A5A5A. Windows color (decimal): -7908852 or 807559. OLE color: 807559.

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

Color convert

RGB 135 82 12 -
CMYK 0 0.39 0.91 0.47
HSL 34.15º 0.84% 0.29% -
HSV(B) 34.15º 0.91% 0.53% -
XYZ 13.08 11.21 1.82 -
YUV 89.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 135 82 12 0 0.39 0.91 0.47 34.15 0.84 0.29
Hex 87 52 C 0 27 5B 2F 22 54 1D
Octal 207 122 14 0 47 133 57 42 124 35
Binary 10000111 1010010 1100 0 100111 1011011 101111 100010 1010100 11101

Color Harmonies of #87520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87520C

Black with #87520C

Text Example


Text Example

White with #87520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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