Html Css Color HEX #63522A West Coast

📋 copy color: '#63522A'

red 99 ◦ green 82 ◦ blue 42

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

Shades of West Coast #63522A

Tints of West Coast #63522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 44.39%
G = 36.77%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63522A (or 0x63522A) is known color: West Coast. HEX triplet: 63, 52 and 2A. RGB value is (99,82,42). Sum of RGB (Red+Green+Blue) = 99+82+42=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63522A is #9CADD5. Grayscale: #525252. Windows color (decimal): -10268118 or 2773603. OLE color: 2773603.

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

Color convert

RGB 99 82 42 -
CMYK 0 0.17 0.58 0.61
HSL 42.11º 0.4% 0.28% -
HSV(B) 42.11º 0.58% 0.39% -
XYZ 8.58 8.85 3.45 -
YUV 82.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 99 82 42 0 0.17 0.58 0.61 42.11 0.4 0.28
Hex 63 52 2A 0 11 3A 3D 2A 28 1C
Octal 143 122 52 0 21 72 75 52 50 34
Binary 1100011 1010010 101010 0 10001 111010 111101 101010 101000 11100

Color Harmonies of #63522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63522A

Black with #63522A

Text Example


Text Example

White with #63522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63522A;
 }
 .AnyTagClassName
 {
   color: #63522A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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