Html Css Color HEX #864418 Saddle Brown

📋 copy color: '#864418'

red 134 ◦ green 68 ◦ blue 24

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

Shades of Saddle Brown #864418

Tints of Saddle Brown #864418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 59.29%
G = 30.09%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#864418 (or 0x864418) is known color: Saddle Brown. HEX triplet: 86, 44 and 18. RGB value is (134,68,24). Sum of RGB (Red+Green+Blue) = 134+68+24=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #864418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864418 is #79BBE7. Grayscale: #525252. Windows color (decimal): -7977960 or 1590406. OLE color: 1590406.

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

Color convert

RGB 134 68 24 -
CMYK 0 0.49 0.82 0.47
HSL 24º 0.7% 0.31% -
HSV(B) 24º 0.82% 0.53% -
XYZ 12.06 9.27 2.02 -
YUV 82.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 134 68 24 0 0.49 0.82 0.47 24 0.7 0.31
Hex 86 44 18 0 31 52 2F 18 46 1F
Octal 206 104 30 0 61 122 57 30 106 37
Binary 10000110 1000100 11000 0 110001 1010010 101111 11000 1000110 11111

Color Harmonies of #864418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864418

Black with #864418

Text Example


Text Example

White with #864418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864418; }

 p { color: rgb(134,68,24); }

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

background-color css

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

 a { background-color: rgb(134,68,24); }

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

border-color css

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

 span { border-color: rgb(134,68,24); }

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