Html Css Color HEX #845405 Raw Umber

📋 copy color: '#845405'

red 132 ◦ green 84 ◦ blue 5

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

Shades of Raw Umber #845405

Tints of Raw Umber #845405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 59.73%
G = 38.01%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#845405 (or 0x845405) is known color: Raw Umber. HEX triplet: 84, 54 and 05. RGB value is (132,84,5). Sum of RGB (Red+Green+Blue) = 132+84+5=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #845405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845405 is #7BABFA. Grayscale: #595959. Windows color (decimal): -8104955 or 349316. OLE color: 349316.

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

Color convert

RGB 132 84 5 -
CMYK 0 0.36 0.96 0.48
HSL 37.32º 0.93% 0.27% -
HSV(B) 37.32º 0.96% 0.52% -
XYZ 12.71 11.26 1.65 -
YUV 89.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 132 84 5 0 0.36 0.96 0.48 37.32 0.93 0.27
Hex 84 54 5 0 24 60 30 25 5D 1B
Octal 204 124 5 0 44 140 60 45 135 33
Binary 10000100 1010100 101 0 100100 1100000 110000 100101 1011101 11011

Color Harmonies of #845405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845405

Black with #845405

Text Example


Text Example

White with #845405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845405; }

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

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

background-color css

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

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

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

border-color css

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

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

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