Html Css Color HEX #855E02 Golden Brown

📋 copy color: '#855E02'

red 133 ◦ green 94 ◦ blue 2

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

Shades of Golden Brown #855E02

Tints of Golden Brown #855E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 58.08%
G = 41.05%
B = 0.87%

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

#855E02 (or 0x855E02) is known color: Golden Brown. HEX triplet: 85, 5E and 02. RGB value is (133,94,2). Sum of RGB (Red+Green+Blue) = 133+94+2=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #855E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E02 is #7AA1FD. Grayscale: #5F5F5F. Windows color (decimal): -8036862 or 155269. OLE color: 155269.

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

Color convert

RGB 133 94 2 -
CMYK 0 0.29 0.98 0.48
HSL 42.14º 0.97% 0.26% -
HSV(B) 42.14º 0.98% 0.52% -
XYZ 13.69 13 1.84 -
YUV 95.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 133 94 2 0 0.29 0.98 0.48 42.14 0.97 0.26
Hex 85 5E 2 0 1D 62 30 2A 61 1A
Octal 205 136 2 0 35 142 60 52 141 32
Binary 10000101 1011110 10 0 11101 1100010 110000 101010 1100001 11010

Color Harmonies of #855E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E02

Black with #855E02

Text Example


Text Example

White with #855E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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