Html Css Color HEX #855501 Raw Umber

📋 copy color: '#855501'

red 133 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #855501

Tints of Raw Umber #855501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 60.73%
G = 38.81%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#855501 (or 0x855501) is known color: Raw Umber. HEX triplet: 85, 55 and 01. RGB value is (133,85,1). Sum of RGB (Red+Green+Blue) = 133+85+1=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855501 is #7AAAFE. Grayscale: #5A5A5A. Windows color (decimal): -8039167 or 87429. OLE color: 87429.

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

Color convert

RGB 133 85 1 -
CMYK 0 0.36 0.99 0.48
HSL 38.18º 0.99% 0.26% -
HSV(B) 38.18º 0.99% 0.52% -
XYZ 12.93 11.49 1.56 -
YUV 89.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 133 85 1 0 0.36 0.99 0.48 38.18 0.99 0.26
Hex 85 55 1 0 24 63 30 26 63 1A
Octal 205 125 1 0 44 143 60 46 143 32
Binary 10000101 1010101 1 0 100100 1100011 110000 100110 1100011 11010

Color Harmonies of #855501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855501

Black with #855501

Text Example


Text Example

White with #855501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855501; }

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

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

background-color css

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

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

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

border-color css

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

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

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