#63531D

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

Shades of Bronze Olive #63531D

Tints of Bronze Olive #63531D

Color information

#63531D (or 0x63531D) is unknown color: approx Bronze Olive. HEX triplet: 63, 53 and 1D. RGB value is (99,83,29). Sum of RGB (Red+Green+Blue) = 99+83+29=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63531D is #9CACE2. Grayscale: #515151. Windows color (decimal): -10267875 or 1921891. OLE color: 1921891.

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

Color convert

RGB998329-
CMYK00.160.710.61
HSL46.29º54.69%25.1%-
HSV(B)46.29º70.71%38.82%-
XYZ8.468.932.44-
YUV81.6398.3140.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=46.92%
G=39.34%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99832900.160.710.6146.2954.6925.1
Hex63531D010473D2e3719
Octal1431233502010775566731
Binary1100011101001111101010000100011111110110111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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