Html Css Color HEX #864214 Saddle Brown

📋 copy color: '#864214'

red 134 ◦ green 66 ◦ blue 20

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

Shades of Saddle Brown #864214

Tints of Saddle Brown #864214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 60.91%
G = 30%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#864214 (or 0x864214) is known color: Saddle Brown. HEX triplet: 86, 42 and 14. RGB value is (134,66,20). Sum of RGB (Red+Green+Blue) = 134+66+20=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #864214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864214 is #79BDEB. Grayscale: #515151. Windows color (decimal): -7978476 or 1327750. OLE color: 1327750.

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

Color convert

RGB 134 66 20 -
CMYK 0 0.51 0.85 0.47
HSL 24.21º 0.74% 0.3% -
HSV(B) 24.21º 0.85% 0.53% -
XYZ 11.91 9.02 1.77 -
YUV 81.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 134 66 20 0 0.51 0.85 0.47 24.21 0.74 0.3
Hex 86 42 14 0 33 55 2F 18 4A 1E
Octal 206 102 24 0 63 125 57 30 112 36
Binary 10000110 1000010 10100 0 110011 1010101 101111 11000 1001010 11110

Color Harmonies of #864214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864214

Black with #864214

Text Example


Text Example

White with #864214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864214; }

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

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

background-color css

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

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

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

border-color css

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

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

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