Html Css Color HEX #864210 Saddle Brown

📋 copy color: '#864210'

red 134 ◦ green 66 ◦ blue 16

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

Shades of Saddle Brown #864210

Tints of Saddle Brown #864210

RGB

 RED value IS 134 (52.73% from 255) = 62.04%

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 62.04%
G = 30.56%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#864210 (or 0x864210) is known color: Saddle Brown. HEX triplet: 86, 42 and 10. RGB value is (134,66,16). Sum of RGB (Red+Green+Blue) = 134+66+16=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #864210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864210 is #79BDEF. Grayscale: #505050. Windows color (decimal): -7978480 or 1065606. OLE color: 1065606.

HSL color Cylindrical-coordinate representation of color #864210: hue angle of 25.42º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #864210 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 16 -
CMYK 0 0.51 0.88 0.47
HSL 25.42º 0.79% 0.29% -
HSV(B) 25.42º 0.88% 0.53% -
XYZ 11.87 9 1.6 -
YUV 80.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 134 66 16 0 0.51 0.88 0.47 25.42 0.79 0.29
Hex 86 42 10 0 33 58 2F 19 4F 1D
Octal 206 102 20 0 63 130 57 31 117 35
Binary 10000110 1000010 10000 0 110011 1011000 101111 11001 1001111 11101

Color Harmonies of #864210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864210

Black with #864210

Text Example


Text Example

White with #864210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864210; }

 p { color: rgb(134,66,16); }

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

background-color css

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

 a { background-color: rgb(134,66,16); }

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

border-color css

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

 span { border-color: rgb(134,66,16); }

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