#625212

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

Shades of Bronze Olive #625212

Tints of Bronze Olive #625212

Color information

#625212 (or 0x625212) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 12. RGB value is (98,82,18). Sum of RGB (Red+Green+Blue) = 98+82+18=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #625212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625212 is #9DADED. Grayscale: #4F4F4F. Windows color (decimal): -10333678 or 1200738. OLE color: 1200738.

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

Color convert

RGB988218-
CMYK00.160.820.62
HSL48º68.97%22.75%-
HSV(B)48º81.63%38.43%-
XYZ8.168.671.82-
YUV79.4993.3141.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=49.49%
G=41.41%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98821800.160.820.624868.9722.75
Hex625212010523E304517
Octal14212222020122766010527
Binary11000101010010100100100001010010111110110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625212; }

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

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

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

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

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

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

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

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