Html Css Color HEX #865C11 Golden Brown

📋 copy color: '#865C11'

red 134 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #865C11

Tints of Golden Brown #865C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.86%

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

R = 55.14%
G = 37.86%
B = 7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#865C11 (or 0x865C11) is known color: Golden Brown. HEX triplet: 86, 5C and 11. RGB value is (134,92,17). Sum of RGB (Red+Green+Blue) = 134+92+17=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C11 is #79A3EE. Grayscale: #606060. Windows color (decimal): -7971823 or 1137798. OLE color: 1137798.

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

Color convert

RGB 134 92 17 -
CMYK 0 0.31 0.87 0.47
HSL 38.46º 0.77% 0.3% -
HSV(B) 38.46º 0.87% 0.53% -
XYZ 13.76 12.76 2.27 -
YUV 96.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 134 92 17 0 0.31 0.87 0.47 38.46 0.77 0.3
Hex 86 5C 11 0 1F 57 2F 26 4D 1E
Octal 206 134 21 0 37 127 57 46 115 36
Binary 10000110 1011100 10001 0 11111 1010111 101111 100110 1001101 11110

Color Harmonies of #865C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C11

Black with #865C11

Text Example


Text Example

White with #865C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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