Html Css Color HEX #63582D West Coast

📋 copy color: '#63582D'

red 99 ◦ green 88 ◦ blue 45

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

Shades of West Coast #63582D

Tints of West Coast #63582D

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.4%

R = 42.67%
G = 37.93%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 99 88 45 -
CMYK 0 0.11 0.55 0.61
HSL 47.78º 0.38% 0.28% -
HSV(B) 47.78º 0.55% 0.39% -
XYZ 9.11 9.82 3.9 -
YUV 86.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 99 88 45 0 0.11 0.55 0.61 47.78 0.38 0.28
Hex 63 58 2D 0 B 37 3D 30 26 1C
Octal 143 130 55 0 13 67 75 60 46 34
Binary 1100011 1011000 101101 0 1011 110111 111101 110000 100110 11100

Color Harmonies of #63582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63582D

Black with #63582D

Text Example


Text Example

White with #63582D

Text Example


Text Example

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