Html Css Color HEX #63522B West Coast

📋 copy color: '#63522B'

red 99 ◦ green 82 ◦ blue 43

#63522B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #63522B

Tints of West Coast #63522B

RGB

 RED value IS 99 (39.06% from 255) = 44.2%

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 44.2%
G = 36.61%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63522B (or 0x63522B) is known color: 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

RGB 99 82 43 -
CMYK 0 0.17 0.57 0.61
HSL 41.79º 0.39% 0.28% -
HSV(B) 41.79º 0.57% 0.39% -
XYZ 8.6 8.86 3.54 -
YUV 82.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 99 82 43 0 0.17 0.57 0.61 41.79 0.39 0.28
Hex 63 52 2B 0 11 39 3D 2A 27 1C
Octal 143 122 53 0 21 71 75 52 47 34
Binary 1100011 1010010 101011 0 10001 111001 111101 101010 100111 11100

Color Harmonies of #63522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63522B

Black with #63522B

Text Example


Text Example

White with #63522B

Text Example


Text Example

HTML Codes & Css Web 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>