#574A12

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

Shades of Bronze Olive #574A12

Tints of Bronze Olive #574A12

Color information

#574A12 (or 0x574A12) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 12. RGB value is (87,74,18). Sum of RGB (Red+Green+Blue) = 87+74+18=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A12 is #A8B5ED. Grayscale: #474747. Windows color (decimal): -11056622 or 1198679. OLE color: 1198679.

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

Color convert

RGB877418-
CMYK00.150.790.66
HSL48.7º65.71%20.59%-
HSV(B)48.7º79.31%34.12%-
XYZ6.496.971.58-
YUV71.597.81139.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=48.60%
G=41.34%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87741800.150.790.6648.765.7120.59
Hex574A120F4F42314215
Octal127112220171171026110225
Binary10101111001010100100111110011111000010110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,18); }

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

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

 a { background-color: rgb(87,74,18); }

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

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

 span { border-color: rgb(87,74,18); }

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