Html Css Color HEX #864314 Saddle Brown

📋 copy color: '#864314'

red 134 ◦ green 67 ◦ blue 20

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

Shades of Saddle Brown #864314

Tints of Saddle Brown #864314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 60.63%
G = 30.32%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#864314 (or 0x864314) is known color: Saddle Brown. HEX triplet: 86, 43 and 14. RGB value is (134,67,20). Sum of RGB (Red+Green+Blue) = 134+67+20=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #864314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864314 is #79BCEB. Grayscale: #515151. Windows color (decimal): -7978220 or 1328006. OLE color: 1328006.

HSL color Cylindrical-coordinate representation of color #864314: hue angle of 24.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #864314 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 67 20 -
CMYK 0 0.5 0.85 0.47
HSL 24.74º 0.74% 0.3% -
HSV(B) 24.74º 0.85% 0.53% -
XYZ 11.96 9.13 1.79 -
YUV 81.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 134 67 20 0 0.5 0.85 0.47 24.74 0.74 0.3
Hex 86 43 14 0 32 55 2F 19 4A 1E
Octal 206 103 24 0 62 125 57 31 112 36
Binary 10000110 1000011 10100 0 110010 1010101 101111 11001 1001010 11110

Color Harmonies of #864314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864314

Black with #864314

Text Example


Text Example

White with #864314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864314; }

 p { color: rgb(134,67,20); }

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

background-color css

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

 a { background-color: rgb(134,67,20); }

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

border-color css

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

 span { border-color: rgb(134,67,20); }

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