#62551E

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

Shades of Bronze Olive #62551E

Tints of Bronze Olive #62551E

Color information

#62551E (or 0x62551E) is unknown color: approx Bronze Olive. HEX triplet: 62, 55 and 1E. RGB value is (98,85,30). Sum of RGB (Red+Green+Blue) = 98+85+30=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62551E is #9DAAE1. Grayscale: #525252. Windows color (decimal): -10332898 or 1987938. OLE color: 1987938.

HSL color Cylindrical-coordinate representation of color #62551E: hue angle of 48.53º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62551E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB988530-
CMYK00.130.690.62
HSL48.53º53.12%25.1%-
HSV(B)48.53º69.39%38.43%-
XYZ8.529.192.55-
YUV82.6298.31138.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=46.01%
G=39.91%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98853000.130.690.6248.5353.1225.1
Hex62551E0D453E313519
Octal1421253601510576616531
Binary110001010101011111001101100010111111011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62551E; }

 p { color: rgb(98,85,30); }

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

<style>
 a { background-color: #62551E; }

 a { background-color: rgb(98,85,30); }

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

<style>
 span { border-color: #62551E; }

 span { border-color: rgb(98,85,30); }

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