Html Css Color HEX #856400 Golden Brown

📋 copy color: '#856400'

red 133 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #856400

Tints of Golden Brown #856400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

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

R = 57.08%
G = 42.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#856400 (or 0x856400) is known color: Golden Brown. HEX triplet: 85, 64 and 00. RGB value is (133,100,0). Sum of RGB (Red+Green+Blue) = 133+100+0=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #856400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856400 is #7A9BFF. Grayscale: #626262. Windows color (decimal): -8035328 or 25733. OLE color: 25733.

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

Color convert

RGB 133 100 0 -
CMYK 0 0.25 1 0.48
HSL 45.11º 1% 0.26% -
HSV(B) 45.11º 1% 0.52% -
XYZ 14.23 14.1 1.97 -
YUV 98.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 133 100 0 0 0.25 1 0.48 45.11 1 0.26
Hex 85 64 0 0 19 64 30 2D 64 1A
Octal 205 144 0 0 31 144 60 55 144 32
Binary 10000101 1100100 0 0 11001 1100100 110000 101101 1100100 11010

Color Harmonies of #856400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856400

Black with #856400

Text Example


Text Example

White with #856400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856400; }

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

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

background-color css

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

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

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

border-color css

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

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

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