#62312B

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

Shades of Redwood #62312B

Tints of Redwood #62312B

Color information

#62312B (or 0x62312B) is unknown color: approx Redwood. HEX triplet: 62, 31 and 2B. RGB value is (98,49,43). Sum of RGB (Red+Green+Blue) = 98+49+43=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312B is #9DCED4. Grayscale: #3F3F3F. Windows color (decimal): -10342101 or 2830690. OLE color: 2830690.

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

Color convert

RGB984943-
CMYK00.50.560.62
HSL6.55º39.01%27.65%-
HSV(B)6.55º56.12%38.43%-
XYZ6.574.972.9-
YUV62.97116.73152.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.58%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=51.58%
G=25.79%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98494300.50.560.626.5539.0127.65
Hex62312B032383E7271c
Octal1426153062707674734
Binary1100010110001101011011001011100011111011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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