#625522

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

Shades of Bronze Olive #625522

Tints of Bronze Olive #625522

Color information

#625522 (or 0x625522) is unknown color: approx Bronze Olive. HEX triplet: 62, 55 and 22. RGB value is (98,85,34). Sum of RGB (Red+Green+Blue) = 98+85+34=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #625522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625522 is #9DAADD. Grayscale: #535353. Windows color (decimal): -10332894 or 2250082. OLE color: 2250082.

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

Color convert

RGB988534-
CMYK00.130.650.62
HSL47.81º48.48%25.88%-
HSV(B)47.81º65.31%38.43%-
XYZ8.579.212.84-
YUV83.07100.31138.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 34 (13.67% from 255) = 15.67%
R=45.16%
G=39.17%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98853400.130.650.6247.8148.4825.88
Hex6255220D413E30301a
Octal1421254201510176606032
Binary1100010101010110001001101100000111111011000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625522; }

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

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

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

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

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

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

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

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