#63501A

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

Shades of Bronze Olive #63501A

Tints of Bronze Olive #63501A

Color information

#63501A (or 0x63501A) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 1A. RGB value is (99,80,26). Sum of RGB (Red+Green+Blue) = 99+80+26=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #63501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501A is #9CAFE5. Grayscale: #4F4F4F. Windows color (decimal): -10268646 or 1724515. OLE color: 1724515.

HSL color Cylindrical-coordinate representation of color #63501A: hue angle of 44.38º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63501A is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB998026-
CMYK00.190.740.61
HSL44.38º58.4%24.51%-
HSV(B)44.38º73.74%38.82%-
XYZ8.28.462.18-
YUV79.5297.79141.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=48.29%
G=39.02%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99802600.190.740.6144.3858.424.51
Hex63501A0134A3D2c3a19
Octal1431203202311275547231
Binary1100011101000011010010011100101011110110110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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