#63382A

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

Shades of Hairy Heath #63382A

Tints of Hairy Heath #63382A

Color information

#63382A (or 0x63382A) is unknown color: approx Hairy Heath. HEX triplet: 63, 38 and 2A. RGB value is (99,56,42). Sum of RGB (Red+Green+Blue) = 99+56+42=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63382A is #9CC7D5. Grayscale: #434343. Windows color (decimal): -10274774 or 2766947. OLE color: 2766947.

HSL color Cylindrical-coordinate representation of color #63382A: hue angle of 14.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63382A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB995642-
CMYK00.430.580.61
HSL14.74º40.43%27.65%-
HSV(B)14.74º57.58%38.82%-
XYZ6.985.652.91-
YUV67.26113.75150.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=50.25%
G=28.43%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99564200.430.580.6114.7440.4327.65
Hex63382A02B3A3Df281c
Octal14370520537275175034
Binary11000111110001010100101011111010111101111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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