#62501D

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

Shades of Bronze Olive #62501D

Tints of Bronze Olive #62501D

Color information

#62501D (or 0x62501D) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 1D. RGB value is (98,80,29). Sum of RGB (Red+Green+Blue) = 98+80+29=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62501D is #9DAFE2. Grayscale: #4F4F4F. Windows color (decimal): -10334179 or 1921122. OLE color: 1921122.

HSL color Cylindrical-coordinate representation of color #62501D: hue angle of 44.35º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62501D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB988029-
CMYK00.180.700.62
HSL44.35º54.33%24.9%-
HSV(B)44.35º70.41%38.43%-
XYZ8.138.422.36-
YUV79.5799.46141.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=47.34%
G=38.65%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98802900.180.700.6244.3554.3324.9
Hex62501D012463E2c3619
Octal1421203502210676546631
Binary1100010101000011101010010100011011111010110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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