#574626

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

Shades of Bronze Olive #574626

Tints of Bronze Olive #574626

Color information

#574626 (or 0x574626) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 26. RGB value is (87,70,38). Sum of RGB (Red+Green+Blue) = 87+70+38=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #574626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574626 is #A8B9D9. Grayscale: #474747. Windows color (decimal): -11057626 or 2508375. OLE color: 2508375.

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

Color convert

RGB877038-
CMYK00.200.560.66
HSL39.18º39.2%24.51%-
HSV(B)39.18º56.32%34.12%-
XYZ6.476.552.76-
YUV71.43109.13139.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=44.62%
G=35.90%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87703800.200.560.6639.1839.224.51
Hex5746260143842272719
Octal1271064602470102474731
Binary10101111000110100110010100111000100001010011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574626; }

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

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

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

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

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

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

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

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