Html Css Color HEX #574128 Deep Bronze

📋 copy color: '#574128'

red 87 ◦ green 65 ◦ blue 40

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

Shades of Deep Bronze #574128

Tints of Deep Bronze #574128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 45.31%
G = 33.85%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574128 (or 0x574128) is known color: Deep Bronze. HEX triplet: 57, 41 and 28. RGB value is (87,65,40). Sum of RGB (Red+Green+Blue) = 87+65+40=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #574128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574128 is #A8BED7. Grayscale: #444444. Windows color (decimal): -11058904 or 2638167. OLE color: 2638167.

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

Color convert

RGB 87 65 40 -
CMYK 0 0.25 0.54 0.66
HSL 31.91º 0.37% 0.25% -
HSV(B) 31.91º 0.54% 0.34% -
XYZ 6.2 5.96 2.83 -
YUV 68.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 87 65 40 0 0.25 0.54 0.66 31.91 0.37 0.25
Hex 57 41 28 0 19 36 42 20 25 19
Octal 127 101 50 0 31 66 102 40 45 31
Binary 1010111 1000001 101000 0 11001 110110 1000010 100000 100101 11001

Color Harmonies of #574128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574128

Black with #574128

Text Example


Text Example

White with #574128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574128; }

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

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

background-color css

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

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

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

border-color css

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

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

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