#62541F

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

Shades of Bronze Olive #62541F

Tints of Bronze Olive #62541F

Color information

#62541F (or 0x62541F) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 1F. RGB value is (98,84,31). Sum of RGB (Red+Green+Blue) = 98+84+31=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62541F is #9DABE0. Grayscale: #525252. Windows color (decimal): -10333153 or 2053218. OLE color: 2053218.

HSL color Cylindrical-coordinate representation of color #62541F: hue angle of 47.46º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62541F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB988431-
CMYK00.140.680.62
HSL47.46º51.94%25.29%-
HSV(B)47.46º68.37%38.43%-
XYZ8.459.042.59-
YUV82.1499.14139.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=46.01%
G=39.44%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98843100.140.680.6247.4651.9425.29
Hex62541F0E443E2f3419
Octal1421243701610476576431
Binary110001010101001111101110100010011111010111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,84,31); }

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

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

 a { background-color: rgb(98,84,31); }

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

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

 span { border-color: rgb(98,84,31); }

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