#62540D

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

Shades of Bronze Olive #62540D

Tints of Bronze Olive #62540D

Color information

#62540D (or 0x62540D) is unknown color: approx Bronze Olive. HEX triplet: 62, 54 and 0D. RGB value is (98,84,13). Sum of RGB (Red+Green+Blue) = 98+84+13=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62540D is #9DABF2. Grayscale: #505050. Windows color (decimal): -10333171 or 873570. OLE color: 873570.

HSL color Cylindrical-coordinate representation of color #62540D: hue angle of 50.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62540D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB988413-
CMYK00.140.870.62
HSL50.12º76.58%21.76%-
HSV(B)50.12º86.73%38.43%-
XYZ8.288.971.68-
YUV80.0990.14140.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=50.26%
G=43.08%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98841300.140.870.6250.1276.5821.76
Hex6254D0E573E324d16
Octal14212415016127766211526
Binary110001010101001101011101010111111110110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62540D; }

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

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

<style>
 a { background-color: #62540D; }

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

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

<style>
 span { border-color: #62540D; }

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

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