Html Css Color HEX #574021 Deep Bronze

📋 copy color: '#574021'

red 87 ◦ green 64 ◦ blue 33

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

Shades of Deep Bronze #574021

Tints of Deep Bronze #574021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 33 (13.28% from 255) = 17.93%

R = 47.28%
G = 34.78%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#574021 (or 0x574021) is known color: Deep Bronze. HEX triplet: 57, 40 and 21. RGB value is (87,64,33). Sum of RGB (Red+Green+Blue) = 87+64+33=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574021 is #A8BFDE. Grayscale: #434343. Windows color (decimal): -11059167 or 2179159. OLE color: 2179159.

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

Color convert

RGB 87 64 33 -
CMYK 0 0.26 0.62 0.66
HSL 34.44º 0.45% 0.24% -
HSV(B) 34.44º 0.62% 0.34% -
XYZ 6.04 5.8 2.24 -
YUV 67.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 87 64 33 0 0.26 0.62 0.66 34.44 0.45 0.24
Hex 57 40 21 0 1A 3E 42 22 2D 18
Octal 127 100 41 0 32 76 102 42 55 30
Binary 1010111 1000000 100001 0 11010 111110 1000010 100010 101101 11000

Color Harmonies of #574021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574021

Black with #574021

Text Example


Text Example

White with #574021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574021; }

 p { color: rgb(87,64,33); }

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

background-color css

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

 a { background-color: rgb(87,64,33); }

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

border-color css

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

 span { border-color: rgb(87,64,33); }

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