Html Css Color HEX #855204 Raw Umber

📋 copy color: '#855204'

red 133 ◦ green 82 ◦ blue 4

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

Shades of Raw Umber #855204

Tints of Raw Umber #855204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

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

R = 60.73%
G = 37.44%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#855204 (or 0x855204) is known color: Raw Umber. HEX triplet: 85, 52 and 04. RGB value is (133,82,4). Sum of RGB (Red+Green+Blue) = 133+82+4=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855204 is #7AADFB. Grayscale: #585858. Windows color (decimal): -8039932 or 283269. OLE color: 283269.

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

Color convert

RGB 133 82 4 -
CMYK 0 0.38 0.97 0.48
HSL 36.28º 0.94% 0.27% -
HSV(B) 36.28º 0.97% 0.52% -
XYZ 12.71 11.03 1.57 -
YUV 88.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 133 82 4 0 0.38 0.97 0.48 36.28 0.94 0.27
Hex 85 52 4 0 26 61 30 24 5E 1B
Octal 205 122 4 0 46 141 60 44 136 33
Binary 10000101 1010010 100 0 100110 1100001 110000 100100 1011110 11011

Color Harmonies of #855204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855204

Black with #855204

Text Example


Text Example

White with #855204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855204; }

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

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

background-color css

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

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

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

border-color css

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

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

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