#63382D

Color #63382D Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #63382D

Tints of Hairy Heath #63382D

Color information

#63382D (or 0x63382D) is unknown color: approx Hairy Heath. HEX triplet: 63, 38 and 2D. RGB value is (99,56,45). Sum of RGB (Red+Green+Blue) = 99+56+45=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63382D is #9CC7D2. Grayscale: #434343. Windows color (decimal): -10274771 or 2963555. OLE color: 2963555.

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

Color convert

RGB995645-
CMYK00.430.550.61
HSL12.22º37.5%28.24%-
HSV(B)12.22º54.55%38.82%-
XYZ7.035.673.21-
YUV67.6115.25150.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=49.5%
G=28%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99564500.430.550.6112.2237.528.24
Hex63382D02B373Dc261c
Octal14370550536775144634
Binary11000111110001011010101011110111111101110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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