#62530B

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

Shades of Bronze Olive #62530B

Tints of Bronze Olive #62530B

Color information

#62530B (or 0x62530B) is unknown color: approx Bronze Olive. HEX triplet: 62, 53 and 0B. RGB value is (98,83,11). Sum of RGB (Red+Green+Blue) = 98+83+11=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530B is #9DACF4. Grayscale: #4F4F4F. Windows color (decimal): -10333429 or 742242. OLE color: 742242.

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

Color convert

RGB988311-
CMYK00.150.890.62
HSL49.66º79.82%21.37%-
HSV(B)49.66º88.78%38.43%-
XYZ8.198.811.58-
YUV79.2889.47141.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=51.04%
G=43.23%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98831100.150.890.6249.6679.8221.37
Hex6253B0F593E325015
Octal14212313017131766212025
Binary110001010100111011011111011001111110110010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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