Html Css Color HEX #855502 Raw Umber

📋 copy color: '#855502'

red 133 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #855502

Tints of Raw Umber #855502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

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

R = 60.45%
G = 38.64%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#855502 (or 0x855502) is known color: Raw Umber. HEX triplet: 85, 55 and 02. RGB value is (133,85,2). Sum of RGB (Red+Green+Blue) = 133+85+2=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #855502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855502 is #7AAAFD. Grayscale: #5A5A5A. Windows color (decimal): -8039166 or 152965. OLE color: 152965.

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

Color convert

RGB 133 85 2 -
CMYK 0 0.36 0.98 0.48
HSL 38.02º 0.97% 0.26% -
HSV(B) 38.02º 0.98% 0.52% -
XYZ 12.93 11.49 1.59 -
YUV 89.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 133 85 2 0 0.36 0.98 0.48 38.02 0.97 0.26
Hex 85 55 2 0 24 62 30 26 61 1A
Octal 205 125 2 0 44 142 60 46 141 32
Binary 10000101 1010101 10 0 100100 1100010 110000 100110 1100001 11010

Color Harmonies of #855502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855502

Black with #855502

Text Example


Text Example

White with #855502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855502; }

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

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

background-color css

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

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

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

border-color css

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

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

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