Html Css Color HEX #855A11 Golden Brown

📋 copy color: '#855A11'

red 133 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #855A11

Tints of Golden Brown #855A11

RGB

 RED value IS 133 (52.34% from 255) = 55.42%

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

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

R = 55.42%
G = 37.5%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#855A11 (or 0x855A11) is known color: Golden Brown. HEX triplet: 85, 5A and 11. RGB value is (133,90,17). Sum of RGB (Red+Green+Blue) = 133+90+17=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #855A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A11 is #7AA5EE. Grayscale: #5E5E5E. Windows color (decimal): -8037871 or 1137285. OLE color: 1137285.

HSL color Cylindrical-coordinate representation of color #855A11: hue angle of 37.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #855A11 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 17 -
CMYK 0 0.32 0.87 0.48
HSL 37.76º 0.77% 0.29% -
HSV(B) 37.76º 0.87% 0.52% -
XYZ 13.43 12.34 2.2 -
YUV 94.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 133 90 17 0 0.32 0.87 0.48 37.76 0.77 0.29
Hex 85 5A 11 0 20 57 30 26 4D 1D
Octal 205 132 21 0 40 127 60 46 115 35
Binary 10000101 1011010 10001 0 100000 1010111 110000 100110 1001101 11101

Color Harmonies of #855A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A11

Black with #855A11

Text Example


Text Example

White with #855A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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