Html Css Color HEX #855005 Raw Umber

📋 copy color: '#855005'

red 133 ◦ green 80 ◦ blue 5

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

Shades of Raw Umber #855005

Tints of Raw Umber #855005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 61.01%
G = 36.7%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#855005 (or 0x855005) is known color: Raw Umber. HEX triplet: 85, 50 and 05. RGB value is (133,80,5). Sum of RGB (Red+Green+Blue) = 133+80+5=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #855005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855005 is #7AAFFA. Grayscale: #575757. Windows color (decimal): -8040443 or 348293. OLE color: 348293.

HSL color Cylindrical-coordinate representation of color #855005: hue angle of 35.16º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #855005 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 5 -
CMYK 0 0.40 0.96 0.48
HSL 35.16º 0.93% 0.27% -
HSV(B) 35.16º 0.96% 0.52% -
XYZ 12.57 10.73 1.55 -
YUV 87.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 133 80 5 0 0.40 0.96 0.48 35.16 0.93 0.27
Hex 85 50 5 0 28 60 30 23 5D 1B
Octal 205 120 5 0 50 140 60 43 135 33
Binary 10000101 1010000 101 0 101000 1100000 110000 100011 1011101 11011

Color Harmonies of #855005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855005

Black with #855005

Text Example


Text Example

White with #855005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855005; }

 p { color: rgb(133,80,5); }

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

background-color css

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

 a { background-color: rgb(133,80,5); }

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

border-color css

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

 span { border-color: rgb(133,80,5); }

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