#574F1B

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

Shades of Bronze Olive #574F1B

Tints of Bronze Olive #574F1B

Color information

#574F1B (or 0x574F1B) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 1B. RGB value is (87,79,27). Sum of RGB (Red+Green+Blue) = 87+79+27=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F1B is #A8B0E4. Grayscale: #4B4B4B. Windows color (decimal): -11055333 or 1789783. OLE color: 1789783.

HSL color Cylindrical-coordinate representation of color #574F1B: hue angle of 52º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574F1B is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB877927-
CMYK00.090.690.66
HSL52º52.63%22.35%-
HSV(B)52º68.97%34.12%-
XYZ6.927.72.16-
YUV75.46100.65136.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=45.08%
G=40.93%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87792700.090.690.665252.6322.35
Hex574F1B094542343516
Octal12711733011105102646526
Binary1010111100111111011010011000101100001011010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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