#574726

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

Shades of Bronze Olive #574726

Tints of Bronze Olive #574726

Color information

#574726 (or 0x574726) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 26. RGB value is (87,71,38). Sum of RGB (Red+Green+Blue) = 87+71+38=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #574726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574726 is #A8B8D9. Grayscale: #484848. Windows color (decimal): -11057370 or 2508631. OLE color: 2508631.

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

Color convert

RGB877138-
CMYK00.180.560.66
HSL40.41º39.2%24.51%-
HSV(B)40.41º56.32%34.12%-
XYZ6.536.672.78-
YUV72.02108.8138.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=44.39%
G=36.22%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87713800.180.560.6640.4139.224.51
Hex5747260123842282719
Octal1271074602270102504731
Binary10101111000111100110010010111000100001010100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574726; }

 p { color: rgb(87,71,38); }

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

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

 a { background-color: rgb(87,71,38); }

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

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

 span { border-color: rgb(87,71,38); }

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