Html Css Color HEX #865011 Saddle Brown

📋 copy color: '#865011'

red 134 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #865011

Tints of Saddle Brown #865011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 58.01%
G = 34.63%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#865011 (or 0x865011) is known color: Saddle Brown. HEX triplet: 86, 50 and 11. RGB value is (134,80,17). Sum of RGB (Red+Green+Blue) = 134+80+17=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #865011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865011 is #79AFEE. Grayscale: #595959. Windows color (decimal): -7974895 or 1134726. OLE color: 1134726.

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

Color convert

RGB 134 80 17 -
CMYK 0 0.40 0.87 0.47
HSL 32.31º 0.77% 0.3% -
HSV(B) 32.31º 0.87% 0.53% -
XYZ 12.8 10.85 1.95 -
YUV 88.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 134 80 17 0 0.40 0.87 0.47 32.31 0.77 0.3
Hex 86 50 11 0 28 57 2F 20 4D 1E
Octal 206 120 21 0 50 127 57 40 115 36
Binary 10000110 1010000 10001 0 101000 1010111 101111 100000 1001101 11110

Color Harmonies of #865011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865011

Black with #865011

Text Example


Text Example

White with #865011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865011; }

 p { color: rgb(134,80,17); }

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

background-color css

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

 a { background-color: rgb(134,80,17); }

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

border-color css

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

 span { border-color: rgb(134,80,17); }

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