#62521A

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

Shades of Bronze Olive #62521A

Tints of Bronze Olive #62521A

Color information

#62521A (or 0x62521A) is unknown color: approx Bronze Olive. HEX triplet: 62, 52 and 1A. RGB value is (98,82,26). Sum of RGB (Red+Green+Blue) = 98+82+26=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62521A is #9DADE5. Grayscale: #505050. Windows color (decimal): -10333670 or 1725026. OLE color: 1725026.

HSL color Cylindrical-coordinate representation of color #62521A: hue angle of 46.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62521A is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB988226-
CMYK00.160.730.62
HSL46.67º58.06%24.31%-
HSV(B)46.67º73.47%38.43%-
XYZ8.248.712.22-
YUV80.497.3140.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=47.57%
G=39.81%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98822600.160.730.6246.6758.0624.31
Hex62521A010493E2f3a18
Octal1421223202011176577230
Binary1100010101001011010010000100100111111010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62521A; }

 p { color: rgb(98,82,26); }

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

<style>
 a { background-color: #62521A; }

 a { background-color: rgb(98,82,26); }

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

<style>
 span { border-color: #62521A; }

 span { border-color: rgb(98,82,26); }

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