Html Css Color HEX #63532D West Coast

📋 copy color: '#63532D'

red 99 ◦ green 83 ◦ blue 45

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

Shades of West Coast #63532D

Tints of West Coast #63532D

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 value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63532D (or 0x63532D) is known color: 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

RGB 99 83 45 -
CMYK 0 0.16 0.55 0.61
HSL 42.22º 0.38% 0.28% -
HSV(B) 42.22º 0.55% 0.39% -
XYZ 8.71 9.03 3.77 -
YUV 83.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 99 83 45 0 0.16 0.55 0.61 42.22 0.38 0.28
Hex 63 53 2D 0 10 37 3D 2A 26 1C
Octal 143 123 55 0 20 67 75 52 46 34
Binary 1100011 1010011 101101 0 10000 110111 111101 101010 100110 11100

Color Harmonies of #63532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63532D

Black with #63532D

Text Example


Text Example

White with #63532D

Text Example


Text Example

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