#574B2B

Color #574B2B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #574B2B

Tints of Bronze Olive #574B2B

Color information

#574B2B (or 0x574B2B) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 2B. RGB value is (87,75,43). Sum of RGB (Red+Green+Blue) = 87+75+43=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B2B is #A8B4D4. Grayscale: #4B4B4B. Windows color (decimal): -11056341 or 2837335. OLE color: 2837335.

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

Color convert

RGB877543-
CMYK00.140.510.66
HSL43.64º33.85%25.49%-
HSV(B)43.64º50.57%34.12%-
XYZ6.887.233.32-
YUV74.94109.98136.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=42.44%
G=36.59%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87754300.140.510.6643.6433.8525.49
Hex574B2B0E33422c2219
Octal1271135301663102544231
Binary1010111100101110101101110110011100001010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #574B2B;
 }
 .AnyTagClassName
 {
   color: #574B2B;
 }
</style>
background-color css

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

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

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

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

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

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