#63372D

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

Shades of Hairy Heath #63372D

Tints of Hairy Heath #63372D

Color information

#63372D (or 0x63372D) is unknown color: approx Hairy Heath. HEX triplet: 63, 37 and 2D. RGB value is (99,55,45). Sum of RGB (Red+Green+Blue) = 99+55+45=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372D is #9CC8D2. Grayscale: #434343. Windows color (decimal): -10275027 or 2963299. OLE color: 2963299.

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

Color convert

RGB995545-
CMYK00.440.550.61
HSL11.11º37.5%28.24%-
HSV(B)11.11º54.55%38.82%-
XYZ6.995.573.19-
YUV67.02115.58150.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=49.75%
G=27.64%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99554500.440.550.6111.1137.528.24
Hex63372D02C373Db261c
Octal14367550546775134634
Binary11000111101111011010101100110111111101101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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