#62501A

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

Shades of Bronze Olive #62501A

Tints of Bronze Olive #62501A

Color information

#62501A (or 0x62501A) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 1A. RGB value is (98,80,26). Sum of RGB (Red+Green+Blue) = 98+80+26=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #62501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62501A is #9DAFE5. Grayscale: #4F4F4F. Windows color (decimal): -10334182 or 1724514. OLE color: 1724514.

HSL color Cylindrical-coordinate representation of color #62501A: hue angle of 45º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62501A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB988026-
CMYK00.180.730.62
HSL45º58.06%24.31%-
HSV(B)45º73.47%38.43%-
XYZ8.098.412.17-
YUV79.2397.96141.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=48.04%
G=39.22%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98802600.180.730.624558.0624.31
Hex62501A012493E2d3a18
Octal1421203202211176557230
Binary1100010101000011010010010100100111111010110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62501A; }

 p { color: rgb(98,80,26); }

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

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

 a { background-color: rgb(98,80,26); }

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

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

 span { border-color: rgb(98,80,26); }

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