#62541B

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

Shades of Bronze Olive #62541B

Tints of Bronze Olive #62541B

Color information

#62541B (or 0x62541B) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 1B. RGB value is (98,84,27). Sum of RGB (Red+Green+Blue) = 98+84+27=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62541B is #9DABE4. Grayscale: #515151. Windows color (decimal): -10333157 or 1791074. OLE color: 1791074.

HSL color Cylindrical-coordinate representation of color #62541B: hue angle of 48.17º 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 #62541B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB988427-
CMYK00.140.720.62
HSL48.17º56.8%24.51%-
HSV(B)48.17º72.45%38.43%-
XYZ8.419.022.33-
YUV81.6997.14139.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=46.89%
G=40.19%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98842700.140.720.6248.1756.824.51
Hex62541B0E483E303919
Octal1421243301611076607131
Binary110001010101001101101110100100011111011000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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