#62530C

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

Shades of Bronze Olive #62530C

Tints of Bronze Olive #62530C

Color information

#62530C (or 0x62530C) is unknown color: approx Bronze Olive. HEX triplet: 62, 53 and 0C. RGB value is (98,83,12). Sum of RGB (Red+Green+Blue) = 98+83+12=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530C is #9DACF3. Grayscale: #4F4F4F. Windows color (decimal): -10333428 or 807778. OLE color: 807778.

HSL color Cylindrical-coordinate representation of color #62530C: hue angle of 49.53º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62530C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB988312-
CMYK00.150.880.62
HSL49.53º78.18%21.57%-
HSV(B)49.53º87.76%38.43%-
XYZ8.28.811.62-
YUV79.3989.97141.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=50.78%
G=43.01%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98831200.150.880.6249.5378.1821.57
Hex6253C0F583E324e16
Octal14212314017130766211626
Binary110001010100111100011111011000111110110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62530C; }

 p { color: rgb(98,83,12); }

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

<style>
 a { background-color: #62530C; }

 a { background-color: rgb(98,83,12); }

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

<style>
 span { border-color: #62530C; }

 span { border-color: rgb(98,83,12); }

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