Html Css Color HEX #574828 Bronze Olive

📋 copy color: '#574828'

red 87 ◦ green 72 ◦ blue 40

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

Shades of Bronze Olive #574828

Tints of Bronze Olive #574828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

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

R = 43.72%
G = 36.18%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574828 (or 0x574828) is known color: Bronze Olive. HEX triplet: 57, 48 and 28. RGB value is (87,72,40). Sum of RGB (Red+Green+Blue) = 87+72+40=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #574828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574828 is #A8B7D7. Grayscale: #484848. Windows color (decimal): -11057112 or 2639959. OLE color: 2639959.

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

Color convert

RGB 87 72 40 -
CMYK 0 0.17 0.54 0.66
HSL 40.85º 0.37% 0.25% -
HSV(B) 40.85º 0.54% 0.34% -
XYZ 6.63 6.81 2.97 -
YUV 72.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 87 72 40 0 0.17 0.54 0.66 40.85 0.37 0.25
Hex 57 48 28 0 11 36 42 29 25 19
Octal 127 110 50 0 21 66 102 51 45 31
Binary 1010111 1001000 101000 0 10001 110110 1000010 101001 100101 11001

Color Harmonies of #574828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574828

Black with #574828

Text Example


Text Example

White with #574828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574828; }

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

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

background-color css

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

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

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

border-color css

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

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

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