Html Css Color HEX #875412 Saddle Brown

📋 copy color: '#875412'

red 135 ◦ green 84 ◦ blue 18

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

Shades of Saddle Brown #875412

Tints of Saddle Brown #875412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 56.96%
G = 35.44%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#875412 (or 0x875412) is known color: Saddle Brown. HEX triplet: 87, 54 and 12. RGB value is (135,84,18). Sum of RGB (Red+Green+Blue) = 135+84+18=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875412 is #78ABED. Grayscale: #5C5C5C. Windows color (decimal): -7908334 or 1201287. OLE color: 1201287.

HSL color Cylindrical-coordinate representation of color #875412: hue angle of 33.85º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875412 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 18 -
CMYK 0 0.38 0.87 0.47
HSL 33.85º 0.76% 0.3% -
HSV(B) 33.85º 0.87% 0.53% -
XYZ 13.27 11.54 2.1 -
YUV 91.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 135 84 18 0 0.38 0.87 0.47 33.85 0.76 0.3
Hex 87 54 12 0 26 57 2F 22 4C 1E
Octal 207 124 22 0 46 127 57 42 114 36
Binary 10000111 1010100 10010 0 100110 1010111 101111 100010 1001100 11110

Color Harmonies of #875412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875412

Black with #875412

Text Example


Text Example

White with #875412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875412; }

 p { color: rgb(135,84,18); }

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

background-color css

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

 a { background-color: rgb(135,84,18); }

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

border-color css

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

 span { border-color: rgb(135,84,18); }

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