Html Css Color HEX #855E03 Golden Brown

📋 copy color: '#855E03'

red 133 ◦ green 94 ◦ blue 3

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

Shades of Golden Brown #855E03

Tints of Golden Brown #855E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.87%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 57.83%
G = 40.87%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#855E03 (or 0x855E03) is known color: Golden Brown. HEX triplet: 85, 5E and 03. RGB value is (133,94,3). Sum of RGB (Red+Green+Blue) = 133+94+3=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #855E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E03 is #7AA1FC. Grayscale: #5F5F5F. Windows color (decimal): -8036861 or 220805. OLE color: 220805.

HSL color Cylindrical-coordinate representation of color #855E03: hue angle of 42º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #855E03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 3 -
CMYK 0 0.29 0.98 0.48
HSL 42º 0.96% 0.27% -
HSV(B) 42º 0.98% 0.52% -
XYZ 13.69 13 1.87 -
YUV 95.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 133 94 3 0 0.29 0.98 0.48 42 0.96 0.27
Hex 85 5E 3 0 1D 62 30 2A 60 1B
Octal 205 136 3 0 35 142 60 52 140 33
Binary 10000101 1011110 11 0 11101 1100010 110000 101010 1100000 11011

Color Harmonies of #855E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E03

Black with #855E03

Text Example


Text Example

White with #855E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E03; }

 p { color: rgb(133,94,3); }

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

background-color css

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

 a { background-color: rgb(133,94,3); }

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

border-color css

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

 span { border-color: rgb(133,94,3); }

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