#63541C

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

Shades of Bronze Olive #63541C

Tints of Bronze Olive #63541C

Color information

#63541C (or 0x63541C) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 1C. RGB value is (99,84,28). Sum of RGB (Red+Green+Blue) = 99+84+28=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63541C is #9CABE3. Grayscale: #525252. Windows color (decimal): -10267620 or 1856611. OLE color: 1856611.

HSL color Cylindrical-coordinate representation of color #63541C: hue angle of 47.32º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63541C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB998428-
CMYK00.150.720.61
HSL47.32º55.91%24.9%-
HSV(B)47.32º71.72%38.82%-
XYZ8.539.082.4-
YUV82.197.47140.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=46.92%
G=39.81%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99842800.150.720.6147.3255.9124.9
Hex63541C0F483D2f3819
Octal1431243401711075577031
Binary110001110101001110001111100100011110110111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,84,28); }

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

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

 a { background-color: rgb(99,84,28); }

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

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

 span { border-color: rgb(99,84,28); }

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