Html Css Color HEX #574F28 Bronze Olive

📋 copy color: '#574F28'

red 87 ◦ green 79 ◦ blue 40

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

Shades of Bronze Olive #574F28

Tints of Bronze Olive #574F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.35%

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

R = 42.23%
G = 38.35%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574F28 (or 0x574F28) is known color: Bronze Olive. HEX triplet: 57, 4F and 28. RGB value is (87,79,40). Sum of RGB (Red+Green+Blue) = 87+79+40=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F28 is #A8B0D7. Grayscale: #4D4D4D. Windows color (decimal): -11055320 or 2641751. OLE color: 2641751.

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

Color convert

RGB 87 79 40 -
CMYK 0 0.09 0.54 0.66
HSL 49.79º 0.37% 0.25% -
HSV(B) 49.79º 0.54% 0.34% -
XYZ 7.11 7.77 3.13 -
YUV 76.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 87 79 40 0 0.09 0.54 0.66 49.79 0.37 0.25
Hex 57 4F 28 0 9 36 42 32 25 19
Octal 127 117 50 0 11 66 102 62 45 31
Binary 1010111 1001111 101000 0 1001 110110 1000010 110010 100101 11001

Color Harmonies of #574F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F28

Black with #574F28

Text Example


Text Example

White with #574F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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