#63531A

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

Shades of Bronze Olive #63531A

Tints of Bronze Olive #63531A

Color information

#63531A (or 0x63531A) is unknown color: approx Bronze Olive. HEX triplet: 63, 53 and 1A. RGB value is (99,83,26). Sum of RGB (Red+Green+Blue) = 99+83+26=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63531A is #9CACE5. Grayscale: #515151. Windows color (decimal): -10267878 or 1725283. OLE color: 1725283.

HSL color Cylindrical-coordinate representation of color #63531A: hue angle of 46.85º 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 #63531A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB998326-
CMYK00.160.740.61
HSL46.85º58.4%24.51%-
HSV(B)46.85º73.74%38.82%-
XYZ8.438.912.25-
YUV81.2996.8140.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=47.60%
G=39.90%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99832600.160.740.6146.8558.424.51
Hex63531A0104A3D2f3a19
Octal1431233202011275577231
Binary1100011101001111010010000100101011110110111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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