Html Css Color HEX #574D28 Bronze Olive

📋 copy color: '#574D28'

red 87 ◦ green 77 ◦ blue 40

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

Shades of Bronze Olive #574D28

Tints of Bronze Olive #574D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.75%

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

R = 42.65%
G = 37.75%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574D28 (or 0x574D28) is known color: Bronze Olive. HEX triplet: 57, 4D and 28. RGB value is (87,77,40). Sum of RGB (Red+Green+Blue) = 87+77+40=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D28 is #A8B2D7. Grayscale: #4B4B4B. Windows color (decimal): -11055832 or 2641239. OLE color: 2641239.

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

Color convert

RGB 87 77 40 -
CMYK 0 0.11 0.54 0.66
HSL 47.23º 0.37% 0.25% -
HSV(B) 47.23º 0.54% 0.34% -
XYZ 6.97 7.49 3.09 -
YUV 75.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 87 77 40 0 0.11 0.54 0.66 47.23 0.37 0.25
Hex 57 4D 28 0 B 36 42 2F 25 19
Octal 127 115 50 0 13 66 102 57 45 31
Binary 1010111 1001101 101000 0 1011 110110 1000010 101111 100101 11001

Color Harmonies of #574D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D28

Black with #574D28

Text Example


Text Example

White with #574D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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