Html Css Color HEX #574101 Raw Umber

📋 copy color: '#574101'

red 87 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #574101

Tints of Raw Umber #574101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 56.86%
G = 42.48%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#574101 (or 0x574101) is known color: Raw Umber. HEX triplet: 57, 41 and 01. RGB value is (87,65,1). Sum of RGB (Red+Green+Blue) = 87+65+1=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #574101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574101 is #A8BEFE. Grayscale: #404040. Windows color (decimal): -11058943 or 82263. OLE color: 82263.

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

Color convert

RGB 87 65 1 -
CMYK 0 0.25 0.99 0.66
HSL 44.65º 0.98% 0.17% -
HSV(B) 44.65º 0.99% 0.34% -
XYZ 5.83 5.81 0.84 -
YUV 64.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 87 65 1 0 0.25 0.99 0.66 44.65 0.98 0.17
Hex 57 41 1 0 19 63 42 2D 62 11
Octal 127 101 1 0 31 143 102 55 142 21
Binary 1010111 1000001 1 0 11001 1100011 1000010 101101 1100010 10001

Color Harmonies of #574101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574101

Black with #574101

Text Example


Text Example

White with #574101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574101; }

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

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

background-color css

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

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

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

border-color css

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

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

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