Html Css Color HEX #873512 Saddle Brown

📋 copy color: '#873512'

red 135 ◦ green 53 ◦ blue 18

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

Shades of Saddle Brown #873512

Tints of Saddle Brown #873512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 65.53%
G = 25.73%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#873512 (or 0x873512) is known color: Saddle Brown. HEX triplet: 87, 35 and 12. RGB value is (135,53,18). Sum of RGB (Red+Green+Blue) = 135+53+18=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #873512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873512 is #78CAED. Grayscale: #494949. Windows color (decimal): -7916270 or 1193351. OLE color: 1193351.

HSL color Cylindrical-coordinate representation of color #873512: hue angle of 17.95º 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 #873512 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 18 -
CMYK 0 0.61 0.87 0.47
HSL 17.95º 0.76% 0.3% -
HSV(B) 17.95º 0.87% 0.53% -
XYZ 11.37 7.74 1.47 -
YUV 73.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 135 53 18 0 0.61 0.87 0.47 17.95 0.76 0.3
Hex 87 35 12 0 3D 57 2F 12 4C 1E
Octal 207 65 22 0 75 127 57 22 114 36
Binary 10000111 110101 10010 0 111101 1010111 101111 10010 1001100 11110

Color Harmonies of #873512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873512

Black with #873512

Text Example


Text Example

White with #873512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873512; }

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

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

background-color css

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

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

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

border-color css

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

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

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