Html Css Color HEX #574124 Deep Bronze

📋 copy color: '#574124'

red 87 ◦ green 65 ◦ blue 36

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

Shades of Deep Bronze #574124

Tints of Deep Bronze #574124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 46.28%
G = 34.57%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#574124 (or 0x574124) is known color: Deep Bronze. HEX triplet: 57, 41 and 24. RGB value is (87,65,36). Sum of RGB (Red+Green+Blue) = 87+65+36=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #574124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574124 is #A8BEDB. Grayscale: #444444. Windows color (decimal): -11058908 or 2376023. OLE color: 2376023.

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

Color convert

RGB 87 65 36 -
CMYK 0 0.25 0.59 0.66
HSL 34.12º 0.41% 0.24% -
HSV(B) 34.12º 0.59% 0.34% -
XYZ 6.14 5.93 2.49 -
YUV 68.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 87 65 36 0 0.25 0.59 0.66 34.12 0.41 0.24
Hex 57 41 24 0 19 3B 42 22 29 18
Octal 127 101 44 0 31 73 102 42 51 30
Binary 1010111 1000001 100100 0 11001 111011 1000010 100010 101001 11000

Color Harmonies of #574124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574124

Black with #574124

Text Example


Text Example

White with #574124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574124; }

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

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

background-color css

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

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

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

border-color css

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

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

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