#63522b

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

Shades of West Coast #63522B

Tints of West Coast #63522B

Color information

#63522B (or 0x63522B) is unknown color: approx West Coast. HEX triplet: 63, 52 and 2B. RGB value is (99,82,43). Sum of RGB (Red+Green+Blue) = 99+82+43=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63522B is #9CADD4. Grayscale: #525252. Windows color (decimal): -10268117 or 2839139. OLE color: 2839139.

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

Color convert

RGB998243-
CMYK00.170.570.61
HSL41.79º39.44%27.84%-
HSV(B)41.79º56.57%38.82%-
XYZ8.68.863.54-
YUV82.64105.63139.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=44.20%
G=36.61%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99824300.170.570.6141.7939.4427.84
Hex63522B011393D2a271c
Octal143122530217175524734
Binary1100011101001010101101000111100111110110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63522b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63522b; }

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

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

<style>
 a { background-color: #63522b; }

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

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

<style>
 span { border-color: #63522b; }

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

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