Html Css Color HEX #864810 Saddle Brown

📋 copy color: '#864810'

red 134 ◦ green 72 ◦ blue 16

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

Shades of Saddle Brown #864810

Tints of Saddle Brown #864810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 60.36%
G = 32.43%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#864810 (or 0x864810) is known color: Saddle Brown. HEX triplet: 86, 48 and 10. RGB value is (134,72,16). Sum of RGB (Red+Green+Blue) = 134+72+16=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #864810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864810 is #79B7EF. Grayscale: #545454. Windows color (decimal): -7976944 or 1067142. OLE color: 1067142.

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

Color convert

RGB 134 72 16 -
CMYK 0 0.46 0.88 0.47
HSL 28.47º 0.79% 0.29% -
HSV(B) 28.47º 0.88% 0.53% -
XYZ 12.24 9.74 1.73 -
YUV 84.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 134 72 16 0 0.46 0.88 0.47 28.47 0.79 0.29
Hex 86 48 10 0 2E 58 2F 1C 4F 1D
Octal 206 110 20 0 56 130 57 34 117 35
Binary 10000110 1001000 10000 0 101110 1011000 101111 11100 1001111 11101

Color Harmonies of #864810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864810

Black with #864810

Text Example


Text Example

White with #864810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864810; }

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

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

background-color css

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

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

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

border-color css

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

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

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