Html Css Color HEX #865311 Saddle Brown

📋 copy color: '#865311'

red 134 ◦ green 83 ◦ blue 17

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

Shades of Saddle Brown #865311

Tints of Saddle Brown #865311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 57.26%
G = 35.47%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#865311 (or 0x865311) is known color: Saddle Brown. HEX triplet: 86, 53 and 11. RGB value is (134,83,17). Sum of RGB (Red+Green+Blue) = 134+83+17=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #865311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865311 is #79ACEE. Grayscale: #5B5B5B. Windows color (decimal): -7974127 or 1135494. OLE color: 1135494.

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

Color convert

RGB 134 83 17 -
CMYK 0 0.38 0.87 0.47
HSL 33.85º 0.77% 0.3% -
HSV(B) 33.85º 0.87% 0.53% -
XYZ 13.03 11.3 2.02 -
YUV 90.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 134 83 17 0 0.38 0.87 0.47 33.85 0.77 0.3
Hex 86 53 11 0 26 57 2F 22 4D 1E
Octal 206 123 21 0 46 127 57 42 115 36
Binary 10000110 1010011 10001 0 100110 1010111 101111 100010 1001101 11110

Color Harmonies of #865311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865311

Black with #865311

Text Example


Text Example

White with #865311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865311; }

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

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

background-color css

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

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

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

border-color css

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

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

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