Html Css Color HEX #856301 Golden Brown

📋 copy color: '#856301'

red 133 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #856301

Tints of Golden Brown #856301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 57.08%
G = 42.49%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#856301 (or 0x856301) is known color: Golden Brown. HEX triplet: 85, 63 and 01. RGB value is (133,99,1). Sum of RGB (Red+Green+Blue) = 133+99+1=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #856301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856301 is #7A9CFE. Grayscale: #626262. Windows color (decimal): -8035583 or 91013. OLE color: 91013.

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

Color convert

RGB 133 99 1 -
CMYK 0 0.26 0.99 0.48
HSL 44.55º 0.99% 0.26% -
HSV(B) 44.55º 0.99% 0.52% -
XYZ 14.14 13.91 1.97 -
YUV 97.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 133 99 1 0 0.26 0.99 0.48 44.55 0.99 0.26
Hex 85 63 1 0 1A 63 30 2D 63 1A
Octal 205 143 1 0 32 143 60 55 143 32
Binary 10000101 1100011 1 0 11010 1100011 110000 101101 1100011 11010

Color Harmonies of #856301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856301

Black with #856301

Text Example


Text Example

White with #856301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856301; }

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

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

background-color css

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

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

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

border-color css

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

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

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