#62551B

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

Shades of Bronze Olive #62551B

Tints of Bronze Olive #62551B

Color information

#62551B (or 0x62551B) is unknown color: approx Bronze Olive. HEX triplet: 62, 55 and 1B. RGB value is (98,85,27). Sum of RGB (Red+Green+Blue) = 98+85+27=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62551B is #9DAAE4. Grayscale: #525252. Windows color (decimal): -10332901 or 1791330. OLE color: 1791330.

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

Color convert

RGB988527-
CMYK00.130.720.62
HSL49.01º56.8%24.51%-
HSV(B)49.01º72.45%38.43%-
XYZ8.489.172.36-
YUV82.2896.81139.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=46.67%
G=40.48%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98852700.130.720.6249.0156.824.51
Hex62551B0D483E313919
Octal1421253301511076617131
Binary110001010101011101101101100100011111011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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