Html Css Color HEX #855304 Raw Umber

📋 copy color: '#855304'

red 133 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #855304

Tints of Raw Umber #855304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 60.45%
G = 37.73%
B = 1.82%

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

#855304 (or 0x855304) is known color: Raw Umber. HEX triplet: 85, 53 and 04. RGB value is (133,83,4). Sum of RGB (Red+Green+Blue) = 133+83+4=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #855304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855304 is #7AACFB. Grayscale: #595959. Windows color (decimal): -8039676 or 283525. OLE color: 283525.

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

Color convert

RGB 133 83 4 -
CMYK 0 0.38 0.97 0.48
HSL 36.74º 0.94% 0.27% -
HSV(B) 36.74º 0.97% 0.52% -
XYZ 12.79 11.18 1.6 -
YUV 88.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 133 83 4 0 0.38 0.97 0.48 36.74 0.94 0.27
Hex 85 53 4 0 26 61 30 25 5E 1B
Octal 205 123 4 0 46 141 60 45 136 33
Binary 10000101 1010011 100 0 100110 1100001 110000 100101 1011110 11011

Color Harmonies of #855304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855304

Black with #855304

Text Example


Text Example

White with #855304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855304; }

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

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

background-color css

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

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

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

border-color css

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

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

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