#63501D

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

Shades of Bronze Olive #63501D

Tints of Bronze Olive #63501D

Color information

#63501D (or 0x63501D) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 1D. RGB value is (99,80,29). Sum of RGB (Red+Green+Blue) = 99+80+29=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501D is #9CAFE2. Grayscale: #505050. Windows color (decimal): -10268643 or 1921123. OLE color: 1921123.

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

Color convert

RGB998029-
CMYK00.190.710.61
HSL43.71º54.69%25.1%-
HSV(B)43.71º70.71%38.82%-
XYZ8.248.482.36-
YUV79.8799.29141.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=47.60%
G=38.46%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99802900.190.710.6143.7154.6925.1
Hex63501D013473D2c3719
Octal1431203502310775546731
Binary1100011101000011101010011100011111110110110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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