Html Css Color HEX #845304 Raw Umber

📋 copy color: '#845304'

red 132 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #845304

Tints of Raw Umber #845304

RGB

 RED value IS 132 (51.95% from 255) = 60.27%

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

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

R = 60.27%
G = 37.9%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#845304 (or 0x845304) is known color: Raw Umber. HEX triplet: 84, 53 and 04. RGB value is (132,83,4). Sum of RGB (Red+Green+Blue) = 132+83+4=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #845304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845304 is #7BACFB. Grayscale: #595959. Windows color (decimal): -8105212 or 283524. OLE color: 283524.

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

Color convert

RGB 132 83 4 -
CMYK 0 0.37 0.97 0.48
HSL 37.03º 0.94% 0.27% -
HSV(B) 37.03º 0.97% 0.52% -
XYZ 12.63 11.1 1.59 -
YUV 88.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 132 83 4 0 0.37 0.97 0.48 37.03 0.94 0.27
Hex 84 53 4 0 25 61 30 25 5E 1B
Octal 204 123 4 0 45 141 60 45 136 33
Binary 10000100 1010011 100 0 100101 1100001 110000 100101 1011110 11011

Color Harmonies of #845304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845304

Black with #845304

Text Example


Text Example

White with #845304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845304; }

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

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

background-color css

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

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

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

border-color css

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

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

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