#5A4107

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

Shades of Raw Umber #5A4107

Tints of Raw Umber #5A4107

Color information

#5A4107 (or 0x5A4107) is unknown color: approx Raw Umber. HEX triplet: 5A, 41 and 07. RGB value is (90,65,7). Sum of RGB (Red+Green+Blue) = 90+65+7=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4107 is #A5BEF8. Grayscale: #424242. Windows color (decimal): -10862329 or 475482. OLE color: 475482.

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

Color convert

RGB90657-
CMYK00.280.920.65
HSL41.93º85.57%19.02%-
HSV(B)41.93º92.22%35.29%-
XYZ6.155.971.03-
YUV65.8694.78145.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 7 (3.12% from 255) = 4.32%
R=55.56%
G=40.12%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9065700.280.920.6541.9385.5719.02
Hex5A41701C5C412a5613
Octal13210170341341015212623
Binary1011010100000111101110010111001000001101010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,7); }

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

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

 a { background-color: rgb(90,65,7); }

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

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

 span { border-color: rgb(90,65,7); }

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