Html Css Color HEX #5A4005 Raw Umber

📋 copy color: '#5A4005'

red 90 ◦ green 64 ◦ blue 5

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

Shades of Raw Umber #5A4005

Tints of Raw Umber #5A4005

RGB

 RED value IS 90 (35.55% from 255) = 56.6%

 GREEN value IS 64 (25.39% from 255) = 40.25%

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

R = 56.6%
G = 40.25%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#5A4005 (or 0x5A4005) is known color: Raw Umber. HEX triplet: 5A, 40 and 05. RGB value is (90,64,5). Sum of RGB (Red+Green+Blue) = 90+64+5=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4005 is #A5BFFA. Grayscale: #414141. Windows color (decimal): -10862587 or 344154. OLE color: 344154.

HSL color Cylindrical-coordinate representation of color #5A4005: hue angle of 41.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A4005 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 64 5 -
CMYK 0 0.29 0.94 0.65
HSL 41.65º 0.89% 0.19% -
HSV(B) 41.65º 0.94% 0.35% -
XYZ 6.08 5.85 0.95 -
YUV 65.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 90 64 5 0 0.29 0.94 0.65 41.65 0.89 0.19
Hex 5A 40 5 0 1D 5E 41 2A 59 13
Octal 132 100 5 0 35 136 101 52 131 23
Binary 1011010 1000000 101 0 11101 1011110 1000001 101010 1011001 10011

Color Harmonies of #5A4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4005

Black with #5A4005

Text Example


Text Example

White with #5A4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4005; }

 p { color: rgb(90,64,5); }

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

background-color css

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

 a { background-color: rgb(90,64,5); }

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

border-color css

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

 span { border-color: rgb(90,64,5); }

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