Html Css Color HEX #574020 Deep Bronze

📋 copy color: '#574020'

red 87 ◦ green 64 ◦ blue 32

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

Shades of Deep Bronze #574020

Tints of Deep Bronze #574020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 47.54%
G = 34.97%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#574020 (or 0x574020) is known color: Deep Bronze. HEX triplet: 57, 40 and 20. RGB value is (87,64,32). Sum of RGB (Red+Green+Blue) = 87+64+32=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574020 is #A8BFDF. Grayscale: #434343. Windows color (decimal): -11059168 or 2113623. OLE color: 2113623.

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

Color convert

RGB 87 64 32 -
CMYK 0 0.26 0.63 0.66
HSL 34.91º 0.46% 0.23% -
HSV(B) 34.91º 0.63% 0.34% -
XYZ 6.02 5.8 2.17 -
YUV 67.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 87 64 32 0 0.26 0.63 0.66 34.91 0.46 0.23
Hex 57 40 20 0 1A 3F 42 23 2E 17
Octal 127 100 40 0 32 77 102 43 56 27
Binary 1010111 1000000 100000 0 11010 111111 1000010 100011 101110 10111

Color Harmonies of #574020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574020

Black with #574020

Text Example


Text Example

White with #574020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574020; }

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

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

background-color css

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

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

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

border-color css

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

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

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