Html Css Color HEX #864017 Saddle Brown

📋 copy color: '#864017'

red 134 ◦ green 64 ◦ blue 23

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

Shades of Saddle Brown #864017

Tints of Saddle Brown #864017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 60.63%
G = 28.96%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#864017 (or 0x864017) is known color: Saddle Brown. HEX triplet: 86, 40 and 17. RGB value is (134,64,23). Sum of RGB (Red+Green+Blue) = 134+64+23=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #864017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864017 is #79BFE8. Grayscale: #505050. Windows color (decimal): -7978985 or 1523846. OLE color: 1523846.

HSL color Cylindrical-coordinate representation of color #864017: hue angle of 22.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #864017 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 64 23 -
CMYK 0 0.52 0.83 0.47
HSL 22.16º 0.71% 0.31% -
HSV(B) 22.16º 0.83% 0.53% -
XYZ 11.82 8.8 1.89 -
YUV 80.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 134 64 23 0 0.52 0.83 0.47 22.16 0.71 0.31
Hex 86 40 17 0 34 53 2F 16 47 1F
Octal 206 100 27 0 64 123 57 26 107 37
Binary 10000110 1000000 10111 0 110100 1010011 101111 10110 1000111 11111

Color Harmonies of #864017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864017

Black with #864017

Text Example


Text Example

White with #864017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864017; }

 p { color: rgb(134,64,23); }

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

background-color css

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

 a { background-color: rgb(134,64,23); }

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

border-color css

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

 span { border-color: rgb(134,64,23); }

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