#63532D

Color #63532D West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #63532D

Tints of West Coast #63532D

Color information

#63532D (or 0x63532D) is unknown color: approx West Coast. HEX triplet: 63, 53 and 2D. RGB value is (99,83,45). Sum of RGB (Red+Green+Blue) = 99+83+45=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63532D is #9CACD2. Grayscale: #535353. Windows color (decimal): -10267859 or 2970467. OLE color: 2970467.

HSL color Cylindrical-coordinate representation of color #63532D: hue angle of 42.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63532D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB998345-
CMYK00.160.550.61
HSL42.22º37.5%28.24%-
HSV(B)42.22º54.55%38.82%-
XYZ8.719.033.77-
YUV83.45106.3139.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=43.61%
G=36.56%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99834500.160.550.6142.2237.528.24
Hex63532D010373D2a261c
Octal143123550206775524634
Binary1100011101001110110101000011011111110110101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63532D; }

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

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

<style>
 a { background-color: #63532D; }

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

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

<style>
 span { border-color: #63532D; }

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

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