Html Css Color HEX #574100 Raw Umber

📋 copy color: '#574100'

red 87 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #574100

Tints of Raw Umber #574100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

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

R = 57.24%
G = 42.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#574100 (or 0x574100) is known color: Raw Umber. HEX triplet: 57, 41 and 00. RGB value is (87,65,0). Sum of RGB (Red+Green+Blue) = 87+65+0=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #574100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574100 is #A8BEFF. Grayscale: #404040. Windows color (decimal): -11058944 or 16727. OLE color: 16727.

HSL color Cylindrical-coordinate representation of color #574100: hue angle of 44.83º 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 #574100 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 0 -
CMYK 0 0.25 1 0.66
HSL 44.83º 1% 0.17% -
HSV(B) 44.83º 1% 0.34% -
XYZ 5.82 5.81 0.81 -
YUV 64.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 87 65 0 0 0.25 1 0.66 44.83 1 0.17
Hex 57 41 0 0 19 64 42 2D 64 11
Octal 127 101 0 0 31 144 102 55 144 21
Binary 1010111 1000001 0 0 11001 1100100 1000010 101101 1100100 10001

Color Harmonies of #574100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574100

Black with #574100

Text Example


Text Example

White with #574100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574100; }

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

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

background-color css

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

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

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

border-color css

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

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

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