#63582D

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

Shades of West Coast #63582D

Tints of West Coast #63582D

Color information

#63582D (or 0x63582D) is unknown color: approx West Coast. HEX triplet: 63, 58 and 2D. RGB value is (99,88,45). Sum of RGB (Red+Green+Blue) = 99+88+45=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63582D is #9CA7D2. Grayscale: #565656. Windows color (decimal): -10266579 or 2971747. OLE color: 2971747.

HSL color Cylindrical-coordinate representation of color #63582D: hue angle of 47.78º 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 #63582D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB998845-
CMYK00.110.550.61
HSL47.78º37.5%28.24%-
HSV(B)47.78º54.55%38.82%-
XYZ9.119.823.9-
YUV86.39104.64137-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=42.67%
G=37.93%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99884500.110.550.6147.7837.528.24
Hex63582D0B373D30261c
Octal143130550136775604634
Binary110001110110001011010101111011111110111000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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