#574E1B

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

Shades of Bronze Olive #574E1B

Tints of Bronze Olive #574E1B

Color information

#574E1B (or 0x574E1B) is unknown color: approx Bronze Olive. HEX triplet: 57, 4E and 1B. RGB value is (87,78,27). Sum of RGB (Red+Green+Blue) = 87+78+27=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #574E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E1B is #A8B1E4. Grayscale: #4B4B4B. Windows color (decimal): -11055589 or 1789527. OLE color: 1789527.

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

Color convert

RGB877827-
CMYK00.100.690.66
HSL51º52.63%22.35%-
HSV(B)51º68.97%34.12%-
XYZ6.857.552.13-
YUV74.88100.98136.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=45.31%
G=40.62%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87782700.100.690.665152.6322.35
Hex574E1B0A4542333516
Octal12711633012105102636526
Binary1010111100111011011010101000101100001011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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