#62312C

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

Shades of Redwood #62312C

Tints of Redwood #62312C

Color information

#62312C (or 0x62312C) is unknown color: approx Redwood. HEX triplet: 62, 31 and 2C. RGB value is (98,49,44). Sum of RGB (Red+Green+Blue) = 98+49+44=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312C is #9DCED3. Grayscale: #3F3F3F. Windows color (decimal): -10342100 or 2896226. OLE color: 2896226.

HSL color Cylindrical-coordinate representation of color #62312C: hue angle of 5.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62312C is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB984944-
CMYK00.50.550.62
HSL5.56º38.03%27.84%-
HSV(B)5.56º55.1%38.43%-
XYZ6.594.983-
YUV63.08117.23152.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=51.31%
G=25.65%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98494400.50.550.625.5638.0327.84
Hex62312C032373E6261c
Octal1426154062677664634
Binary1100010110001101100011001011011111111011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,49,44); }

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

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

 a { background-color: rgb(98,49,44); }

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

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

 span { border-color: rgb(98,49,44); }

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