#574001

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

Shades of Raw Umber #574001

Tints of Raw Umber #574001

Color information

#574001 (or 0x574001) is unknown color: approx Raw Umber. HEX triplet: 57, 40 and 01. RGB value is (87,64,1). Sum of RGB (Red+Green+Blue) = 87+64+1=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #574001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574001 is #A8BFFE. Grayscale: #3F3F3F. Windows color (decimal): -11059199 or 82007. OLE color: 82007.

HSL color Cylindrical-coordinate representation of color #574001: hue angle of 43.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #574001 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87641-
CMYK00.260.990.66
HSL43.95º97.73%17.25%-
HSV(B)43.95º98.85%34.12%-
XYZ5.775.70.82-
YUV63.6992.62144.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=57.24%
G=42.11%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8764100.260.990.6643.9597.7317.25
Hex5740101A63422c6211
Octal12710010321431025414221
Binary10101111000000101101011000111000010101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574001; }

 p { color: rgb(87,64,1); }

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

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

 a { background-color: rgb(87,64,1); }

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

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

 span { border-color: rgb(87,64,1); }

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