Html Css Color HEX #865214 Saddle Brown

📋 copy color: '#865214'

red 134 ◦ green 82 ◦ blue 20

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

Shades of Saddle Brown #865214

Tints of Saddle Brown #865214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.75%

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

R = 56.78%
G = 34.75%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#865214 (or 0x865214) is known color: Saddle Brown. HEX triplet: 86, 52 and 14. RGB value is (134,82,20). Sum of RGB (Red+Green+Blue) = 134+82+20=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865214 is #79ADEB. Grayscale: #5A5A5A. Windows color (decimal): -7974380 or 1331846. OLE color: 1331846.

HSL color Cylindrical-coordinate representation of color #865214: hue angle of 32.63º 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 #865214 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 20 -
CMYK 0 0.39 0.85 0.47
HSL 32.63º 0.74% 0.3% -
HSV(B) 32.63º 0.85% 0.53% -
XYZ 12.98 11.15 2.13 -
YUV 90.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 134 82 20 0 0.39 0.85 0.47 32.63 0.74 0.3
Hex 86 52 14 0 27 55 2F 21 4A 1E
Octal 206 122 24 0 47 125 57 41 112 36
Binary 10000110 1010010 10100 0 100111 1010101 101111 100001 1001010 11110

Color Harmonies of #865214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865214

Black with #865214

Text Example


Text Example

White with #865214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865214; }

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

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

background-color css

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

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

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

border-color css

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

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

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