Html Css Color HEX #574129 Deep Bronze

📋 copy color: '#574129'

red 87 ◦ green 65 ◦ blue 41

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

Shades of Deep Bronze #574129

Tints of Deep Bronze #574129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 45.08%
G = 33.68%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#574129 (or 0x574129) is known color: Deep Bronze. HEX triplet: 57, 41 and 29. RGB value is (87,65,41). Sum of RGB (Red+Green+Blue) = 87+65+41=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574129 is #A8BED6. Grayscale: #444444. Windows color (decimal): -11058903 or 2703703. OLE color: 2703703.

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

Color convert

RGB 87 65 41 -
CMYK 0 0.25 0.53 0.66
HSL 31.3º 0.36% 0.25% -
HSV(B) 31.3º 0.53% 0.34% -
XYZ 6.22 5.97 2.92 -
YUV 68.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 87 65 41 0 0.25 0.53 0.66 31.3 0.36 0.25
Hex 57 41 29 0 19 35 42 1F 24 19
Octal 127 101 51 0 31 65 102 37 44 31
Binary 1010111 1000001 101001 0 11001 110101 1000010 11111 100100 11001

Color Harmonies of #574129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574129

Black with #574129

Text Example


Text Example

White with #574129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574129; }

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

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

background-color css

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

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

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

border-color css

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

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

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