#625213

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

Shades of Bronze Olive #625213

Tints of Bronze Olive #625213

Color information

#625213 (or 0x625213) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 13. RGB value is (98,82,19). Sum of RGB (Red+Green+Blue) = 98+82+19=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #625213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625213 is #9DADEC. Grayscale: #4F4F4F. Windows color (decimal): -10333677 or 1266274. OLE color: 1266274.

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

Color convert

RGB988219-
CMYK00.160.810.62
HSL47.85º67.52%22.94%-
HSV(B)47.85º80.61%38.43%-
XYZ8.178.681.86-
YUV79.693.8141.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=49.25%
G=41.21%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98821900.160.810.6247.8567.5222.94
Hex625213010513E304417
Octal14212223020121766010427
Binary11000101010010100110100001010001111110110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625213; }

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

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

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

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

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

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

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

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