Html Css Color HEX #873412 Saddle Brown

📋 copy color: '#873412'

red 135 ◦ green 52 ◦ blue 18

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

Shades of Saddle Brown #873412

Tints of Saddle Brown #873412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

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

R = 65.85%
G = 25.37%
B = 8.78%

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

#873412 (or 0x873412) is known color: Saddle Brown. HEX triplet: 87, 34 and 12. RGB value is (135,52,18). Sum of RGB (Red+Green+Blue) = 135+52+18=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #873412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873412 is #78CBED. Grayscale: #494949. Windows color (decimal): -7916526 or 1193095. OLE color: 1193095.

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

Color convert

RGB 135 52 18 -
CMYK 0 0.61 0.87 0.47
HSL 17.44º 0.76% 0.3% -
HSV(B) 17.44º 0.87% 0.53% -
XYZ 11.33 7.65 1.45 -
YUV 72.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 135 52 18 0 0.61 0.87 0.47 17.44 0.76 0.3
Hex 87 34 12 0 3D 57 2F 11 4C 1E
Octal 207 64 22 0 75 127 57 21 114 36
Binary 10000111 110100 10010 0 111101 1010111 101111 10001 1001100 11110

Color Harmonies of #873412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873412

Black with #873412

Text Example


Text Example

White with #873412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873412; }

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

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

background-color css

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

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

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

border-color css

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

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

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