#63521B

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

Shades of Bronze Olive #63521B

Tints of Bronze Olive #63521B

Color information

#63521B (or 0x63521B) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 1B. RGB value is (99,82,27). Sum of RGB (Red+Green+Blue) = 99+82+27=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521B is #9CADE4. Grayscale: #515151. Windows color (decimal): -10268133 or 1790563. OLE color: 1790563.

HSL color Cylindrical-coordinate representation of color #63521B: hue angle of 45.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63521B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB998227-
CMYK00.170.730.61
HSL45.83º57.14%24.71%-
HSV(B)45.83º72.73%38.82%-
XYZ8.368.772.29-
YUV80.8197.63140.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=47.60%
G=39.42%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99822700.170.730.6145.8357.1424.71
Hex63521B011493D2e3919
Octal1431223302111175567131
Binary1100011101001011011010001100100111110110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63521B; }

 p { color: rgb(99,82,27); }

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

<style>
 a { background-color: #63521B; }

 a { background-color: rgb(99,82,27); }

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

<style>
 span { border-color: #63521B; }

 span { border-color: rgb(99,82,27); }

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