#62500F

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

Shades of Bronze Olive #62500F

Tints of Bronze Olive #62500F

Color information

#62500F (or 0x62500F) is unknown color: approx Bronze Olive. HEX triplet: 62, 50 and 0F. RGB value is (98,80,15). Sum of RGB (Red+Green+Blue) = 98+80+15=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62500F is #9DAFF0. Grayscale: #4E4E4E. Windows color (decimal): -10334193 or 1003618. OLE color: 1003618.

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

Color convert

RGB988015-
CMYK00.180.850.62
HSL46.99º73.45%22.16%-
HSV(B)46.99º84.69%38.43%-
XYZ7.998.371.65-
YUV77.9792.46142.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=50.78%
G=41.45%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98801500.180.850.6246.9973.4522.16
Hex6250F012553E2f4916
Octal14212017022125765711126
Binary1100010101000011110100101010101111110101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62500F; }

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

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

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

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

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

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

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

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