#62382E

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

Shades of Hairy Heath #62382E

Tints of Hairy Heath #62382E

Color information

#62382E (or 0x62382E) is unknown color: approx Hairy Heath. HEX triplet: 62, 38 and 2E. RGB value is (98,56,46). Sum of RGB (Red+Green+Blue) = 98+56+46=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #62382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62382E is #9DC7D1. Grayscale: #434343. Windows color (decimal): -10340306 or 3029090. OLE color: 3029090.

HSL color Cylindrical-coordinate representation of color #62382E: hue angle of 11.54º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62382E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB985646-
CMYK00.430.530.62
HSL11.54º36.11%28.24%-
HSV(B)11.54º53.06%38.43%-
XYZ6.945.623.3-
YUV67.42115.91149.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 46 (18.36% from 255) = 23%
R=49%
G=28%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98564600.430.530.6211.5436.1128.24
Hex62382E02B353Ec241c
Octal14270560536576144434
Binary11000101110001011100101011110101111110110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62382E; }

 p { color: rgb(98,56,46); }

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

<style>
 a { background-color: #62382E; }

 a { background-color: rgb(98,56,46); }

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

<style>
 span { border-color: #62382E; }

 span { border-color: rgb(98,56,46); }

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