#574612

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

Shades of Bronze Olive #574612

Tints of Bronze Olive #574612

Color information

#574612 (or 0x574612) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 12. RGB value is (87,70,18). Sum of RGB (Red+Green+Blue) = 87+70+18=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574612 is #A8B9ED. Grayscale: #454545. Windows color (decimal): -11057646 or 1197655. OLE color: 1197655.

HSL color Cylindrical-coordinate representation of color #574612: hue angle of 45.22º 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 #574612 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB877018-
CMYK00.200.790.66
HSL45.22º65.71%20.59%-
HSV(B)45.22º79.31%34.12%-
XYZ6.236.451.49-
YUV69.1699.13140.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=49.71%
G=40%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87701800.200.790.6645.2265.7120.59
Hex5746120144F422d4215
Octal127106220241171025510225
Binary101011110001101001001010010011111000010101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574612; }

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

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

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

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

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

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

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

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