#63372B

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

Shades of Hairy Heath #63372B

Tints of Hairy Heath #63372B

Color information

#63372B (or 0x63372B) is unknown color: approx Hairy Heath. HEX triplet: 63, 37 and 2B. RGB value is (99,55,43). Sum of RGB (Red+Green+Blue) = 99+55+43=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372B is #9CC8D4. Grayscale: #424242. Windows color (decimal): -10275029 or 2832227. OLE color: 2832227.

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

Color convert

RGB995543-
CMYK00.440.570.61
HSL12.86º39.44%27.84%-
HSV(B)12.86º56.57%38.82%-
XYZ6.955.562.99-
YUV66.79114.58150.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=50.25%
G=27.92%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99554300.440.570.6112.8639.4427.84
Hex63372B02C393Dd271c
Octal14367530547175154734
Binary11000111101111010110101100111001111101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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