#625523

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

Shades of Bronze Olive #625523

Tints of Bronze Olive #625523

Color information

#625523 (or 0x625523) is unknown color: approx Bronze Olive. HEX triplet: 62, 55 and 23. RGB value is (98,85,35). Sum of RGB (Red+Green+Blue) = 98+85+35=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #625523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625523 is #9DAADC. Grayscale: #535353. Windows color (decimal): -10332893 or 2315618. OLE color: 2315618.

HSL color Cylindrical-coordinate representation of color #625523: hue angle of 47.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #625523 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB988535-
CMYK00.130.640.62
HSL47.62º47.37%26.08%-
HSV(B)47.62º64.29%38.43%-
XYZ8.599.222.92-
YUV83.19100.81138.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=44.95%
G=38.99%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98853500.130.640.6247.6247.3726.08
Hex6255230D403E302f1a
Octal1421254301510076605732
Binary1100010101010110001101101100000011111011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625523; }

 p { color: rgb(98,85,35); }

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

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

 a { background-color: rgb(98,85,35); }

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

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

 span { border-color: rgb(98,85,35); }

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