#63372C

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

Shades of Hairy Heath #63372C

Tints of Hairy Heath #63372C

Color information

#63372C (or 0x63372C) is unknown color: approx Hairy Heath. HEX triplet: 63, 37 and 2C. RGB value is (99,55,44). Sum of RGB (Red+Green+Blue) = 99+55+44=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372C is #9CC8D3. Grayscale: #424242. Windows color (decimal): -10275028 or 2897763. OLE color: 2897763.

HSL color Cylindrical-coordinate representation of color #63372C: hue angle of 12º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63372C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB995544-
CMYK00.440.560.61
HSL12º38.46%28.04%-
HSV(B)12º55.56%38.82%-
XYZ6.975.573.09-
YUV66.9115.08150.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99554400.440.560.611238.4628.04
Hex63372C02C383Dc261c
Octal14367540547075144634
Binary11000111101111011000101100111000111101110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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