Html Css Color HEX #865A11 Golden Brown

📋 copy color: '#865A11'

red 134 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #865A11

Tints of Golden Brown #865A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 55.6%
G = 37.34%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#865A11 (or 0x865A11) is known color: Golden Brown. HEX triplet: 86, 5A and 11. RGB value is (134,90,17). Sum of RGB (Red+Green+Blue) = 134+90+17=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #865A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A11 is #79A5EE. Grayscale: #5F5F5F. Windows color (decimal): -7972335 or 1137286. OLE color: 1137286.

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

Color convert

RGB 134 90 17 -
CMYK 0 0.33 0.87 0.47
HSL 37.44º 0.77% 0.3% -
HSV(B) 37.44º 0.87% 0.53% -
XYZ 13.59 12.42 2.21 -
YUV 94.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 134 90 17 0 0.33 0.87 0.47 37.44 0.77 0.3
Hex 86 5A 11 0 21 57 2F 25 4D 1E
Octal 206 132 21 0 41 127 57 45 115 36
Binary 10000110 1011010 10001 0 100001 1010111 101111 100101 1001101 11110

Color Harmonies of #865A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A11

Black with #865A11

Text Example


Text Example

White with #865A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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