Html Css Color HEX #87500C Saddle Brown

📋 copy color: '#87500C'

red 135 ◦ green 80 ◦ blue 12

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

Shades of Saddle Brown #87500C

Tints of Saddle Brown #87500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 59.47%
G = 35.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87500C (or 0x87500C) is known color: Saddle Brown. HEX triplet: 87, 50 and 0C. RGB value is (135,80,12). Sum of RGB (Red+Green+Blue) = 135+80+12=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87500C is #78AFF3. Grayscale: #595959. Windows color (decimal): -7909364 or 807047. OLE color: 807047.

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

Color convert

RGB 135 80 12 -
CMYK 0 0.41 0.91 0.47
HSL 33.17º 0.84% 0.29% -
HSV(B) 33.17º 0.91% 0.53% -
XYZ 12.93 10.91 1.77 -
YUV 88.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 135 80 12 0 0.41 0.91 0.47 33.17 0.84 0.29
Hex 87 50 C 0 29 5B 2F 21 54 1D
Octal 207 120 14 0 51 133 57 41 124 35
Binary 10000111 1010000 1100 0 101001 1011011 101111 100001 1010100 11101

Color Harmonies of #87500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87500C

Black with #87500C

Text Example


Text Example

White with #87500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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