Html Css Color HEX #864717 Saddle Brown

📋 copy color: '#864717'

red 134 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #864717

Tints of Saddle Brown #864717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 58.77%
G = 31.14%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#864717 (or 0x864717) is known color: Saddle Brown. HEX triplet: 86, 47 and 17. RGB value is (134,71,23). Sum of RGB (Red+Green+Blue) = 134+71+23=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #864717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864717 is #79B8E8. Grayscale: #545454. Windows color (decimal): -7977193 or 1525638. OLE color: 1525638.

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

Color convert

RGB 134 71 23 -
CMYK 0 0.47 0.83 0.47
HSL 25.95º 0.71% 0.31% -
HSV(B) 25.95º 0.83% 0.53% -
XYZ 12.24 9.64 2.03 -
YUV 84.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 134 71 23 0 0.47 0.83 0.47 25.95 0.71 0.31
Hex 86 47 17 0 2F 53 2F 1A 47 1F
Octal 206 107 27 0 57 123 57 32 107 37
Binary 10000110 1000111 10111 0 101111 1010011 101111 11010 1000111 11111

Color Harmonies of #864717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864717

Black with #864717

Text Example


Text Example

White with #864717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864717; }

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

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

background-color css

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

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

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

border-color css

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

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

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