#574822

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

Shades of Bronze Olive #574822

Tints of Bronze Olive #574822

Color information

#574822 (or 0x574822) is unknown color: approx Bronze Olive. HEX triplet: 57, 48 and 22. RGB value is (87,72,34). Sum of RGB (Red+Green+Blue) = 87+72+34=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574822 is #A8B7DD. Grayscale: #484848. Windows color (decimal): -11057118 or 2246743. OLE color: 2246743.

HSL color Cylindrical-coordinate representation of color #574822: hue angle of 43.02º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574822 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB877234-
CMYK00.170.610.66
HSL43.02º43.8%23.73%-
HSV(B)43.02º60.92%34.12%-
XYZ6.546.782.48-
YUV72.15106.47138.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 34 (13.67% from 255) = 17.62%
R=45.08%
G=37.31%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87723400.170.610.6643.0243.823.73
Hex5748220113D422b2c18
Octal1271104202175102535430
Binary10101111001000100010010001111101100001010101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574822; }

 p { color: rgb(87,72,34); }

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

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

 a { background-color: rgb(87,72,34); }

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

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

 span { border-color: rgb(87,72,34); }

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