#625320

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

Shades of Bronze Olive #625320

Tints of Bronze Olive #625320

Color information

#625320 (or 0x625320) is unknown color: approx Bronze Olive. HEX triplet: 62, 53 and 20. RGB value is (98,83,32). Sum of RGB (Red+Green+Blue) = 98+83+32=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #625320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625320 is #9DACDF. Grayscale: #515151. Windows color (decimal): -10333408 or 2118498. OLE color: 2118498.

HSL color Cylindrical-coordinate representation of color #625320: hue angle of 46.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #625320 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB988332-
CMYK00.150.670.62
HSL46.36º50.77%25.49%-
HSV(B)46.36º67.35%38.43%-
XYZ8.398.892.64-
YUV81.6799.97139.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=46.01%
G=38.97%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98833200.150.670.6246.3650.7725.49
Hex6253200F433E2e3319
Octal1421234001710376566331
Binary1100010101001110000001111100001111111010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625320; }

 p { color: rgb(98,83,32); }

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

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

 a { background-color: rgb(98,83,32); }

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

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

 span { border-color: rgb(98,83,32); }

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