Html Css Color HEX #856000 Golden Brown

📋 copy color: '#856000'

red 133 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #856000

Tints of Golden Brown #856000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.08%
G = 41.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#856000 (or 0x856000) is known color: Golden Brown. HEX triplet: 85, 60 and 00. RGB value is (133,96,0). Sum of RGB (Red+Green+Blue) = 133+96+0=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #856000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856000 is #7A9FFF. Grayscale: #606060. Windows color (decimal): -8036352 or 24709. OLE color: 24709.

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

Color convert

RGB 133 96 0 -
CMYK 0 0.28 1 0.48
HSL 43.31º 1% 0.26% -
HSV(B) 43.31º 1% 0.52% -
XYZ 13.86 13.35 1.85 -
YUV 96.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 133 96 0 0 0.28 1 0.48 43.31 1 0.26
Hex 85 60 0 0 1C 64 30 2B 64 1A
Octal 205 140 0 0 34 144 60 53 144 32
Binary 10000101 1100000 0 0 11100 1100100 110000 101011 1100100 11010

Color Harmonies of #856000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856000

Black with #856000

Text Example


Text Example

White with #856000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856000; }

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

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

background-color css

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

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

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

border-color css

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

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

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