#574B14

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

Shades of Bronze Olive #574B14

Tints of Bronze Olive #574B14

Color information

#574B14 (or 0x574B14) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 14. RGB value is (87,75,20). Sum of RGB (Red+Green+Blue) = 87+75+20=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #574B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B14 is #A8B4EB. Grayscale: #484848. Windows color (decimal): -11056364 or 1330007. OLE color: 1330007.

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

Color convert

RGB877520-
CMYK00.140.770.66
HSL49.25º62.62%20.98%-
HSV(B)49.25º77.01%34.12%-
XYZ6.577.111.69-
YUV72.3298.48138.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=47.80%
G=41.21%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87752000.140.770.6649.2562.6220.98
Hex574B140E4D42313f15
Octal12711324016115102617725
Binary1010111100101110100011101001101100001011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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