#62312A

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

Shades of Redwood #62312A

Tints of Redwood #62312A

Color information

#62312A (or 0x62312A) is unknown color: approx Redwood. HEX triplet: 62, 31 and 2A. RGB value is (98,49,42). Sum of RGB (Red+Green+Blue) = 98+49+42=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312A is #9DCED5. Grayscale: #3E3E3E. Windows color (decimal): -10342102 or 2765154. OLE color: 2765154.

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

Color convert

RGB984942-
CMYK00.50.570.62
HSL7.5º40%27.45%-
HSV(B)7.5º57.14%38.43%-
XYZ6.554.962.8-
YUV62.85116.23153.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=51.85%
G=25.93%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98494200.50.570.627.54027.45
Hex62312A032393E8281b
Octal14261520627176105033
Binary11000101100011010100110010111001111110100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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