#62501B

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

Shades of Bronze Olive #62501B

Tints of Bronze Olive #62501B

Color information

#62501B (or 0x62501B) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 1B. RGB value is (98,80,27). Sum of RGB (Red+Green+Blue) = 98+80+27=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #62501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62501B is #9DAFE4. Grayscale: #4F4F4F. Windows color (decimal): -10334181 or 1790050. OLE color: 1790050.

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

Color convert

RGB988027-
CMYK00.180.720.62
HSL44.79º56.8%24.51%-
HSV(B)44.79º72.45%38.43%-
XYZ8.18.412.23-
YUV79.3498.46141.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=47.80%
G=39.02%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98802700.180.720.6244.7956.824.51
Hex62501B012483E2d3919
Octal1421203302211076557131
Binary1100010101000011011010010100100011111010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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