Html Css Color HEX #574000 Raw Umber

📋 copy color: '#574000'

red 87 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #574000

Tints of Raw Umber #574000

RGB

 RED value IS 87 (34.38% from 255) = 57.62%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.62%
G = 42.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#574000 (or 0x574000) is known color: Raw Umber. HEX triplet: 57, 40 and 00. RGB value is (87,64,0). Sum of RGB (Red+Green+Blue) = 87+64+0=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #574000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574000 is #A8BFFF. Grayscale: #3F3F3F. Windows color (decimal): -11059200 or 16471. OLE color: 16471.

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

Color convert

RGB 87 64 0 -
CMYK 0 0.26 1 0.66
HSL 44.14º 1% 0.17% -
HSV(B) 44.14º 1% 0.34% -
XYZ 5.76 5.69 0.8 -
YUV 63.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 87 64 0 0 0.26 1 0.66 44.14 1 0.17
Hex 57 40 0 0 1A 64 42 2C 64 11
Octal 127 100 0 0 32 144 102 54 144 21
Binary 1010111 1000000 0 0 11010 1100100 1000010 101100 1100100 10001

Color Harmonies of #574000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574000

Black with #574000

Text Example


Text Example

White with #574000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574000; }

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

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

background-color css

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

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

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

border-color css

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

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

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