#63521A

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

Shades of Bronze Olive #63521A

Tints of Bronze Olive #63521A

Color information

#63521A (or 0x63521A) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 1A. RGB value is (99,82,26). Sum of RGB (Red+Green+Blue) = 99+82+26=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521A is #9CADE5. Grayscale: #505050. Windows color (decimal): -10268134 or 1725027. OLE color: 1725027.

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

Color convert

RGB998226-
CMYK00.170.740.61
HSL46.03º58.4%24.51%-
HSV(B)46.03º73.74%38.82%-
XYZ8.358.762.23-
YUV80.797.13141.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=47.83%
G=39.61%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99822600.170.740.6146.0358.424.51
Hex63521A0114A3D2e3a19
Octal1431223202111275567231
Binary1100011101001011010010001100101011110110111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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