#575023

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

Shades of Bronze Olive #575023

Tints of Bronze Olive #575023

Color information

#575023 (or 0x575023) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 23. RGB value is (87,80,35). Sum of RGB (Red+Green+Blue) = 87+80+35=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #575023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575023 is #A8AFDC. Grayscale: #4D4D4D. Windows color (decimal): -11055069 or 2314327. OLE color: 2314327.

HSL color Cylindrical-coordinate representation of color #575023: hue angle of 51.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575023 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB878035-
CMYK00.080.600.66
HSL51.92º42.62%23.92%-
HSV(B)51.92º59.77%34.12%-
XYZ7.17.882.74-
YUV76.96104.32135.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=43.07%
G=39.60%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87803500.080.600.6651.9242.6223.92
Hex575023083C42342b18
Octal1271204301074102645330
Binary1010111101000010001101000111100100001011010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575023; }

 p { color: rgb(87,80,35); }

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

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

 a { background-color: rgb(87,80,35); }

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

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

 span { border-color: rgb(87,80,35); }

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