#625221

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

Shades of Bronze Olive #625221

Tints of Bronze Olive #625221

Color information

#625221 (or 0x625221) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 21. RGB value is (98,82,33). Sum of RGB (Red+Green+Blue) = 98+82+33=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #625221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625221 is #9DADDE. Grayscale: #515151. Windows color (decimal): -10333663 or 2183778. OLE color: 2183778.

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

Color convert

RGB988233-
CMYK00.160.660.62
HSL45.23º49.62%25.69%-
HSV(B)45.23º66.33%38.43%-
XYZ8.338.742.69-
YUV81.2100.8139.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=46.01%
G=38.50%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98823300.160.660.6245.2349.6225.69
Hex625221010423E2d321a
Octal1421224102010276556232
Binary11000101010010100001010000100001011111010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625221; }

 p { color: rgb(98,82,33); }

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

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

 a { background-color: rgb(98,82,33); }

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

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

 span { border-color: rgb(98,82,33); }

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