Html Css Color HEX #574228 Deep Bronze

📋 copy color: '#574228'

red 87 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #574228

Tints of Deep Bronze #574228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

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

R = 45.08%
G = 34.2%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574228 (or 0x574228) is known color: Deep Bronze. HEX triplet: 57, 42 and 28. RGB value is (87,66,40). Sum of RGB (Red+Green+Blue) = 87+66+40=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574228 is #A8BDD7. Grayscale: #454545. Windows color (decimal): -11058648 or 2638423. OLE color: 2638423.

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

Color convert

RGB 87 66 40 -
CMYK 0 0.24 0.54 0.66
HSL 33.19º 0.37% 0.25% -
HSV(B) 33.19º 0.54% 0.34% -
XYZ 6.26 6.08 2.85 -
YUV 69.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 87 66 40 0 0.24 0.54 0.66 33.19 0.37 0.25
Hex 57 42 28 0 18 36 42 21 25 19
Octal 127 102 50 0 30 66 102 41 45 31
Binary 1010111 1000010 101000 0 11000 110110 1000010 100001 100101 11001

Color Harmonies of #574228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574228

Black with #574228

Text Example


Text Example

White with #574228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574228; }

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

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

background-color css

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

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

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

border-color css

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

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

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