Html Css Color HEX #574631 Deep Bronze

📋 copy color: '#574631'

red 87 ◦ green 70 ◦ blue 49

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

Shades of Deep Bronze #574631

Tints of Deep Bronze #574631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

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

R = 42.23%
G = 33.98%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#574631 (or 0x574631) is known color: Deep Bronze. HEX triplet: 57, 46 and 31. RGB value is (87,70,49). Sum of RGB (Red+Green+Blue) = 87+70+49=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574631 is #A8B9CE. Grayscale: #484848. Windows color (decimal): -11057615 or 3229271. OLE color: 3229271.

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

Color convert

RGB 87 70 49 -
CMYK 0 0.20 0.44 0.66
HSL 33.16º 0.28% 0.27% -
HSV(B) 33.16º 0.44% 0.34% -
XYZ 6.68 6.63 3.83 -
YUV 72.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 87 70 49 0 0.20 0.44 0.66 33.16 0.28 0.27
Hex 57 46 31 0 14 2C 42 21 1C 1B
Octal 127 106 61 0 24 54 102 41 34 33
Binary 1010111 1000110 110001 0 10100 101100 1000010 100001 11100 11011

Color Harmonies of #574631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574631

Black with #574631

Text Example


Text Example

White with #574631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574631; }

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

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

background-color css

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

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

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

border-color css

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

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

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