Html Css Color HEX #574120 Deep Bronze

📋 copy color: '#574120'

red 87 ◦ green 65 ◦ blue 32

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

Shades of Deep Bronze #574120

Tints of Deep Bronze #574120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 47.28%
G = 35.33%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#574120 (or 0x574120) is known color: Deep Bronze. HEX triplet: 57, 41 and 20. RGB value is (87,65,32). Sum of RGB (Red+Green+Blue) = 87+65+32=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574120 is #A8BEDF. Grayscale: #434343. Windows color (decimal): -11058912 or 2113879. OLE color: 2113879.

HSL color Cylindrical-coordinate representation of color #574120: hue angle of 36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574120 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 65 32 -
CMYK 0 0.25 0.63 0.66
HSL 36º 0.46% 0.23% -
HSV(B) 36º 0.63% 0.34% -
XYZ 6.08 5.91 2.19 -
YUV 67.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 87 65 32 0 0.25 0.63 0.66 36 0.46 0.23
Hex 57 41 20 0 19 3F 42 24 2E 17
Octal 127 101 40 0 31 77 102 44 56 27
Binary 1010111 1000001 100000 0 11001 111111 1000010 100100 101110 10111

Color Harmonies of #574120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574120

Black with #574120

Text Example


Text Example

White with #574120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574120; }

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

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

background-color css

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

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

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

border-color css

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

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

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