Html Css Color HEX #855602 Raw Umber

📋 copy color: '#855602'

red 133 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #855602

Tints of Raw Umber #855602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.91%

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

R = 60.18%
G = 38.91%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#855602 (or 0x855602) is known color: Raw Umber. HEX triplet: 85, 56 and 02. RGB value is (133,86,2). Sum of RGB (Red+Green+Blue) = 133+86+2=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #855602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855602 is #7AA9FD. Grayscale: #5A5A5A. Windows color (decimal): -8038910 or 153221. OLE color: 153221.

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

Color convert

RGB 133 86 2 -
CMYK 0 0.35 0.98 0.48
HSL 38.47º 0.97% 0.26% -
HSV(B) 38.47º 0.98% 0.52% -
XYZ 13.01 11.65 1.62 -
YUV 90.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 133 86 2 0 0.35 0.98 0.48 38.47 0.97 0.26
Hex 85 56 2 0 23 62 30 26 61 1A
Octal 205 126 2 0 43 142 60 46 141 32
Binary 10000101 1010110 10 0 100011 1100010 110000 100110 1100001 11010

Color Harmonies of #855602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855602

Black with #855602

Text Example


Text Example

White with #855602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855602; }

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

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

background-color css

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

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

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

border-color css

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

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

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