Html Css Color HEX #855004 Raw Umber

📋 copy color: '#855004'

red 133 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #855004

Tints of Raw Umber #855004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 61.29%
G = 36.87%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#855004 (or 0x855004) is known color: Raw Umber. HEX triplet: 85, 50 and 04. RGB value is (133,80,4). Sum of RGB (Red+Green+Blue) = 133+80+4=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #855004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855004 is #7AAFFB. Grayscale: #575757. Windows color (decimal): -8040444 or 282757. OLE color: 282757.

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

Color convert

RGB 133 80 4 -
CMYK 0 0.40 0.97 0.48
HSL 35.35º 0.94% 0.27% -
HSV(B) 35.35º 0.97% 0.52% -
XYZ 12.56 10.73 1.52 -
YUV 87.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 133 80 4 0 0.40 0.97 0.48 35.35 0.94 0.27
Hex 85 50 4 0 28 61 30 23 5E 1B
Octal 205 120 4 0 50 141 60 43 136 33
Binary 10000101 1010000 100 0 101000 1100001 110000 100011 1011110 11011

Color Harmonies of #855004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855004

Black with #855004

Text Example


Text Example

White with #855004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855004; }

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

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

background-color css

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

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

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

border-color css

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

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

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