Html Css Color HEX #864816 Saddle Brown

📋 copy color: '#864816'

red 134 ◦ green 72 ◦ blue 22

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

Shades of Saddle Brown #864816

Tints of Saddle Brown #864816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 58.77%
G = 31.58%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#864816 (or 0x864816) is known color: Saddle Brown. HEX triplet: 86, 48 and 16. RGB value is (134,72,22). Sum of RGB (Red+Green+Blue) = 134+72+22=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #864816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864816 is #79B7E9. Grayscale: #555555. Windows color (decimal): -7976938 or 1460358. OLE color: 1460358.

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

Color convert

RGB 134 72 22 -
CMYK 0 0.46 0.84 0.47
HSL 26.79º 0.72% 0.31% -
HSV(B) 26.79º 0.84% 0.53% -
XYZ 12.29 9.76 2 -
YUV 84.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 134 72 22 0 0.46 0.84 0.47 26.79 0.72 0.31
Hex 86 48 16 0 2E 54 2F 1B 48 1F
Octal 206 110 26 0 56 124 57 33 110 37
Binary 10000110 1001000 10110 0 101110 1010100 101111 11011 1001000 11111

Color Harmonies of #864816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864816

Black with #864816

Text Example


Text Example

White with #864816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864816; }

 p { color: rgb(134,72,22); }

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

background-color css

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

 a { background-color: rgb(134,72,22); }

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

border-color css

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

 span { border-color: rgb(134,72,22); }

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