Html Css Color HEX #856305 Golden Brown

📋 copy color: '#856305'

red 133 ◦ green 99 ◦ blue 5

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

Shades of Golden Brown #856305

Tints of Golden Brown #856305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 56.12%
G = 41.77%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#856305 (or 0x856305) is known color: Golden Brown. HEX triplet: 85, 63 and 05. RGB value is (133,99,5). Sum of RGB (Red+Green+Blue) = 133+99+5=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856305 is #7A9CFA. Grayscale: #626262. Windows color (decimal): -8035579 or 353157. OLE color: 353157.

HSL color Cylindrical-coordinate representation of color #856305: hue angle of 44.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #856305 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 5 -
CMYK 0 0.26 0.96 0.48
HSL 44.06º 0.93% 0.27% -
HSV(B) 44.06º 0.96% 0.52% -
XYZ 14.16 13.92 2.08 -
YUV 98.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 133 99 5 0 0.26 0.96 0.48 44.06 0.93 0.27
Hex 85 63 5 0 1A 60 30 2C 5D 1B
Octal 205 143 5 0 32 140 60 54 135 33
Binary 10000101 1100011 101 0 11010 1100000 110000 101100 1011101 11011

Color Harmonies of #856305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856305

Black with #856305

Text Example


Text Example

White with #856305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856305; }

 p { color: rgb(133,99,5); }

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

background-color css

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

 a { background-color: rgb(133,99,5); }

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

border-color css

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

 span { border-color: rgb(133,99,5); }

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