Html Css Color HEX #574D2B Bronze Olive

📋 copy color: '#574D2B'

red 87 ◦ green 77 ◦ blue 43

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

Shades of Bronze Olive #574D2B

Tints of Bronze Olive #574D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 42.03%
G = 37.2%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#574D2B (or 0x574D2B) is known color: Bronze Olive. HEX triplet: 57, 4D and 2B. RGB value is (87,77,43). Sum of RGB (Red+Green+Blue) = 87+77+43=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #574D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D2B is #A8B2D4. Grayscale: #4C4C4C. Windows color (decimal): -11055829 or 2837847. OLE color: 2837847.

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

Color convert

RGB 87 77 43 -
CMYK 0 0.11 0.51 0.66
HSL 46.36º 0.34% 0.25% -
HSV(B) 46.36º 0.51% 0.34% -
XYZ 7.02 7.51 3.36 -
YUV 76.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 87 77 43 0 0.11 0.51 0.66 46.36 0.34 0.25
Hex 57 4D 2B 0 B 33 42 2E 22 19
Octal 127 115 53 0 13 63 102 56 42 31
Binary 1010111 1001101 101011 0 1011 110011 1000010 101110 100010 11001

Color Harmonies of #574D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D2B

Black with #574D2B

Text Example


Text Example

White with #574D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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