Html Css Color HEX #845408 Raw Umber

📋 copy color: '#845408'

red 132 ◦ green 84 ◦ blue 8

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

Shades of Raw Umber #845408

Tints of Raw Umber #845408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 58.93%
G = 37.5%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#845408 (or 0x845408) is known color: Raw Umber. HEX triplet: 84, 54 and 08. RGB value is (132,84,8). Sum of RGB (Red+Green+Blue) = 132+84+8=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #845408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845408 is #7BABF7. Grayscale: #5A5A5A. Windows color (decimal): -8104952 or 545924. OLE color: 545924.

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

Color convert

RGB 132 84 8 -
CMYK 0 0.36 0.94 0.48
HSL 36.77º 0.89% 0.27% -
HSV(B) 36.77º 0.94% 0.52% -
XYZ 12.73 11.26 1.73 -
YUV 89.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 132 84 8 0 0.36 0.94 0.48 36.77 0.89 0.27
Hex 84 54 8 0 24 5E 30 25 59 1B
Octal 204 124 10 0 44 136 60 45 131 33
Binary 10000100 1010100 1000 0 100100 1011110 110000 100101 1011001 11011

Color Harmonies of #845408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845408

Black with #845408

Text Example


Text Example

White with #845408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845408; }

 p { color: rgb(132,84,8); }

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

background-color css

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

 a { background-color: rgb(132,84,8); }

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

border-color css

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

 span { border-color: rgb(132,84,8); }

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