#574002

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

Shades of Raw Umber #574002

Tints of Raw Umber #574002

Color information

#574002 (or 0x574002) is unknown color: approx Raw Umber. HEX triplet: 57, 40 and 02. RGB value is (87,64,2). Sum of RGB (Red+Green+Blue) = 87+64+2=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #574002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574002 is #A8BFFD. Grayscale: #404040. Windows color (decimal): -11059198 or 147543. OLE color: 147543.

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

Color convert

RGB87642-
CMYK00.260.980.66
HSL43.76º95.51%17.45%-
HSV(B)43.76º97.7%34.12%-
XYZ5.775.70.85-
YUV63.8193.12144.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=56.86%
G=41.83%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8764200.260.980.6643.7695.5117.45
Hex5740201A62422c6011
Octal12710020321421025414021
Binary101011110000001001101011000101000010101100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574002; }

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

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

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

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

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

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

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

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