Html Css Color HEX #855E05 Golden Brown

📋 copy color: '#855E05'

red 133 ◦ green 94 ◦ blue 5

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

Shades of Golden Brown #855E05

Tints of Golden Brown #855E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 57.33%
G = 40.52%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#855E05 (or 0x855E05) is known color: Golden Brown. HEX triplet: 85, 5E and 05. RGB value is (133,94,5). Sum of RGB (Red+Green+Blue) = 133+94+5=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E05 is #7AA1FA. Grayscale: #5F5F5F. Windows color (decimal): -8036859 or 351877. OLE color: 351877.

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

Color convert

RGB 133 94 5 -
CMYK 0 0.29 0.96 0.48
HSL 41.72º 0.93% 0.27% -
HSV(B) 41.72º 0.96% 0.52% -
XYZ 13.7 13 1.93 -
YUV 95.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 133 94 5 0 0.29 0.96 0.48 41.72 0.93 0.27
Hex 85 5E 5 0 1D 60 30 2A 5D 1B
Octal 205 136 5 0 35 140 60 52 135 33
Binary 10000101 1011110 101 0 11101 1100000 110000 101010 1011101 11011

Color Harmonies of #855E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E05

Black with #855E05

Text Example


Text Example

White with #855E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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