Html Css Color HEX #856005 Golden Brown

📋 copy color: '#856005'

red 133 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #856005

Tints of Golden Brown #856005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 56.84%
G = 41.03%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#856005 (or 0x856005) is known color: Golden Brown. HEX triplet: 85, 60 and 05. RGB value is (133,96,5). Sum of RGB (Red+Green+Blue) = 133+96+5=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #856005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856005 is #7A9FFA. Grayscale: #616161. Windows color (decimal): -8036347 or 352389. OLE color: 352389.

HSL color Cylindrical-coordinate representation of color #856005: hue angle of 42.66º 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 #856005 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 5 -
CMYK 0 0.28 0.96 0.48
HSL 42.66º 0.93% 0.27% -
HSV(B) 42.66º 0.96% 0.52% -
XYZ 13.88 13.36 1.99 -
YUV 96.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 133 96 5 0 0.28 0.96 0.48 42.66 0.93 0.27
Hex 85 60 5 0 1C 60 30 2B 5D 1B
Octal 205 140 5 0 34 140 60 53 135 33
Binary 10000101 1100000 101 0 11100 1100000 110000 101011 1011101 11011

Color Harmonies of #856005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856005

Black with #856005

Text Example


Text Example

White with #856005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856005; }

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

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

background-color css

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

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

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

border-color css

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

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

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