#5A4301

Color #5A4301 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #5A4301

Tints of Raw Umber #5A4301

Color information

#5A4301 (or 0x5A4301) is unknown color: approx Raw Umber. HEX triplet: 5A, 43 and 01. RGB value is (90,67,1). Sum of RGB (Red+Green+Blue) = 90+67+1=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4301 is #A5BCFE. Grayscale: #424242. Windows color (decimal): -10861823 or 82778. OLE color: 82778.

HSL color Cylindrical-coordinate representation of color #5A4301: hue angle of 44.49º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A4301 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB90671-
CMYK00.260.990.65
HSL44.49º97.8%17.84%-
HSV(B)44.49º98.89%35.29%-
XYZ6.236.190.9-
YUV66.3591.12144.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 67 (26.56% from 255) = 42.41%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=56.96%
G=42.41%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9067100.260.990.6544.4997.817.84
Hex5A43101A63412c6212
Octal13210310321431015414222
Binary10110101000011101101011000111000001101100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,67,1); }

 H1.HeaderClassName
 {
   color: #5A4301;
 }
 .AnyTagClassName
 {
   color: #5A4301;
 }
</style>
background-color css

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

 a { background-color: rgb(90,67,1); }

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

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

 span { border-color: rgb(90,67,1); }

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