Html Css Color HEX #574431 Deep Bronze

📋 copy color: '#574431'

red 87 ◦ green 68 ◦ blue 49

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

Shades of Deep Bronze #574431

Tints of Deep Bronze #574431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 24.02%

R = 42.65%
G = 33.33%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#574431 (or 0x574431) is known color: Deep Bronze. HEX triplet: 57, 44 and 31. RGB value is (87,68,49). Sum of RGB (Red+Green+Blue) = 87+68+49=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574431 is #A8BBCE. Grayscale: #474747. Windows color (decimal): -11058127 or 3228759. OLE color: 3228759.

HSL color Cylindrical-coordinate representation of color #574431: hue angle of 30º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574431 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 49 -
CMYK 0 0.22 0.44 0.66
HSL 30º 0.28% 0.27% -
HSV(B) 30º 0.44% 0.34% -
XYZ 6.55 6.38 3.79 -
YUV 71.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 87 68 49 0 0.22 0.44 0.66 30 0.28 0.27
Hex 57 44 31 0 16 2C 42 1E 1C 1B
Octal 127 104 61 0 26 54 102 36 34 33
Binary 1010111 1000100 110001 0 10110 101100 1000010 11110 11100 11011

Color Harmonies of #574431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574431

Black with #574431

Text Example


Text Example

White with #574431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574431; }

 p { color: rgb(87,68,49); }

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

background-color css

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

 a { background-color: rgb(87,68,49); }

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

border-color css

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

 span { border-color: rgb(87,68,49); }

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