#63531E

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

Shades of Bronze Olive #63531E

Tints of Bronze Olive #63531E

Color information

#63531E (or 0x63531E) is unknown color: approx Bronze Olive. HEX triplet: 63, 53 and 1E. RGB value is (99,83,30). Sum of RGB (Red+Green+Blue) = 99+83+30=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63531E is #9CACE1. Grayscale: #515151. Windows color (decimal): -10267874 or 1987427. OLE color: 1987427.

HSL color Cylindrical-coordinate representation of color #63531E: hue angle of 46.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63531E is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB998330-
CMYK00.160.700.61
HSL46.09º53.49%25.29%-
HSV(B)46.09º69.7%38.82%-
XYZ8.478.932.51-
YUV81.7498.8140.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=46.70%
G=39.15%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99833000.160.700.6146.0953.4925.29
Hex63531E010463D2e3519
Octal1431233602010675566531
Binary1100011101001111110010000100011011110110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63531E; }

 p { color: rgb(99,83,30); }

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

<style>
 a { background-color: #63531E; }

 a { background-color: rgb(99,83,30); }

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

<style>
 span { border-color: #63531E; }

 span { border-color: rgb(99,83,30); }

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