#574606

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

Shades of Bronze Olive #574606

Tints of Bronze Olive #574606

Color information

#574606 (or 0x574606) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 06. RGB value is (87,70,6). Sum of RGB (Red+Green+Blue) = 87+70+6=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #574606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574606 is #A8B9F9. Grayscale: #444444. Windows color (decimal): -11057658 or 411223. OLE color: 411223.

HSL color Cylindrical-coordinate representation of color #574606: hue angle of 47.41º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #574606 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87706-
CMYK00.200.930.66
HSL47.41º87.1%18.24%-
HSV(B)47.41º93.1%34.12%-
XYZ6.156.421.09-
YUV67.7993.13141.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=53.37%
G=42.94%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8770600.200.930.6647.4187.118.24
Hex574660145D422f5712
Octal12710660241351025712722
Binary1010111100011011001010010111011000010101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574606; }

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

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

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

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

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

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

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

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