Html Css Color HEX #864C10 Saddle Brown

📋 copy color: '#864C10'

red 134 ◦ green 76 ◦ blue 16

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

Shades of Saddle Brown #864C10

Tints of Saddle Brown #864C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

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

R = 59.29%
G = 33.63%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#864C10 (or 0x864C10) is known color: Saddle Brown. HEX triplet: 86, 4C and 10. RGB value is (134,76,16). Sum of RGB (Red+Green+Blue) = 134+76+16=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #864C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864C10 is #79B3EF. Grayscale: #565656. Windows color (decimal): -7975920 or 1068166. OLE color: 1068166.

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

Color convert

RGB 134 76 16 -
CMYK 0 0.43 0.88 0.47
HSL 30.51º 0.79% 0.29% -
HSV(B) 30.51º 0.88% 0.53% -
XYZ 12.51 10.27 1.81 -
YUV 86.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 134 76 16 0 0.43 0.88 0.47 30.51 0.79 0.29
Hex 86 4C 10 0 2B 58 2F 1F 4F 1D
Octal 206 114 20 0 53 130 57 37 117 35
Binary 10000110 1001100 10000 0 101011 1011000 101111 11111 1001111 11101

Color Harmonies of #864C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C10

Black with #864C10

Text Example


Text Example

White with #864C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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