Html Css Color HEX #856300 Golden Brown

📋 copy color: '#856300'

red 133 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #856300

Tints of Golden Brown #856300

RGB

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

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

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

R = 57.33%
G = 42.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#856300 (or 0x856300) is known color: Golden Brown. HEX triplet: 85, 63 and 00. RGB value is (133,99,0). Sum of RGB (Red+Green+Blue) = 133+99+0=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #856300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856300 is #7A9CFF. Grayscale: #626262. Windows color (decimal): -8035584 or 25477. OLE color: 25477.

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

Color convert

RGB 133 99 0 -
CMYK 0 0.26 1 0.48
HSL 44.66º 1% 0.26% -
HSV(B) 44.66º 1% 0.52% -
XYZ 14.13 13.91 1.94 -
YUV 97.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 133 99 0 0 0.26 1 0.48 44.66 1 0.26
Hex 85 63 0 0 1A 64 30 2D 64 1A
Octal 205 143 0 0 32 144 60 55 144 32
Binary 10000101 1100011 0 0 11010 1100100 110000 101101 1100100 11010

Color Harmonies of #856300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856300

Black with #856300

Text Example


Text Example

White with #856300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856300; }

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

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

background-color css

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

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

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

border-color css

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

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

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