Html Css Color HEX #864213 Saddle Brown

📋 copy color: '#864213'

red 134 ◦ green 66 ◦ blue 19

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

Shades of Saddle Brown #864213

Tints of Saddle Brown #864213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 61.19%
G = 30.14%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#864213 (or 0x864213) is known color: Saddle Brown. HEX triplet: 86, 42 and 13. RGB value is (134,66,19). Sum of RGB (Red+Green+Blue) = 134+66+19=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #864213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864213 is #79BDEC. Grayscale: #515151. Windows color (decimal): -7978477 or 1262214. OLE color: 1262214.

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

Color convert

RGB 134 66 19 -
CMYK 0 0.51 0.86 0.47
HSL 24.52º 0.75% 0.3% -
HSV(B) 24.52º 0.86% 0.53% -
XYZ 11.9 9.01 1.73 -
YUV 80.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 134 66 19 0 0.51 0.86 0.47 24.52 0.75 0.3
Hex 86 42 13 0 33 56 2F 19 4B 1E
Octal 206 102 23 0 63 126 57 31 113 36
Binary 10000110 1000010 10011 0 110011 1010110 101111 11001 1001011 11110

Color Harmonies of #864213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864213

Black with #864213

Text Example


Text Example

White with #864213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864213; }

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

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

background-color css

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

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

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

border-color css

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

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

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