#63521E

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

Shades of Bronze Olive #63521E

Tints of Bronze Olive #63521E

Color information

#63521E (or 0x63521E) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 1E. RGB value is (99,82,30). Sum of RGB (Red+Green+Blue) = 99+82+30=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521E is #9CADE1. Grayscale: #515151. Windows color (decimal): -10268130 or 1987171. OLE color: 1987171.

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

Color convert

RGB998230-
CMYK00.170.700.61
HSL45.22º53.49%25.29%-
HSV(B)45.22º69.7%38.82%-
XYZ8.48.782.48-
YUV81.1699.13140.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=46.92%
G=38.86%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99823000.170.700.6145.2253.4925.29
Hex63521E011463D2d3519
Octal1431223602110675556531
Binary1100011101001011110010001100011011110110110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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