Html Css Color HEX #855902 Raw Umber

📋 copy color: '#855902'

red 133 ◦ green 89 ◦ blue 2

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

Shades of Raw Umber #855902

Tints of Raw Umber #855902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 59.38%
G = 39.73%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#855902 (or 0x855902) is known color: Raw Umber. HEX triplet: 85, 59 and 02. RGB value is (133,89,2). Sum of RGB (Red+Green+Blue) = 133+89+2=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #855902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855902 is #7AA6FD. Grayscale: #5C5C5C. Windows color (decimal): -8038142 or 153989. OLE color: 153989.

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

Color convert

RGB 133 89 2 -
CMYK 0 0.33 0.98 0.48
HSL 39.85º 0.97% 0.26% -
HSV(B) 39.85º 0.98% 0.52% -
XYZ 13.26 12.14 1.7 -
YUV 92.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 133 89 2 0 0.33 0.98 0.48 39.85 0.97 0.26
Hex 85 59 2 0 21 62 30 28 61 1A
Octal 205 131 2 0 41 142 60 50 141 32
Binary 10000101 1011001 10 0 100001 1100010 110000 101000 1100001 11010

Color Harmonies of #855902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855902

Black with #855902

Text Example


Text Example

White with #855902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855902; }

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

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

background-color css

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

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

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

border-color css

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

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

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