#63501C

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

Shades of Bronze Olive #63501C

Tints of Bronze Olive #63501C

Color information

#63501C (or 0x63501C) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 1C. RGB value is (99,80,28). Sum of RGB (Red+Green+Blue) = 99+80+28=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501C is #9CAFE3. Grayscale: #4F4F4F. Windows color (decimal): -10268644 or 1855587. OLE color: 1855587.

HSL color Cylindrical-coordinate representation of color #63501C: hue angle of 43.94º 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 #63501C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB998028-
CMYK00.190.720.61
HSL43.94º55.91%24.9%-
HSV(B)43.94º71.72%38.82%-
XYZ8.228.472.3-
YUV79.7598.79141.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=47.83%
G=38.65%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99802800.190.720.6143.9455.9124.9
Hex63501C013483D2c3819
Octal1431203402311075547031
Binary1100011101000011100010011100100011110110110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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