#62322C

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

Shades of Redwood #62322C

Tints of Redwood #62322C

Color information

#62322C (or 0x62322C) is unknown color: approx Redwood. HEX triplet: 62, 32 and 2C. RGB value is (98,50,44). Sum of RGB (Red+Green+Blue) = 98+50+44=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322C is #9DCDD3. Grayscale: #3F3F3F. Windows color (decimal): -10341844 or 2896482. OLE color: 2896482.

HSL color Cylindrical-coordinate representation of color #62322C: hue angle of 6.67º 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 #62322C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB985044-
CMYK00.490.550.62
HSL6.67º38.03%27.84%-
HSV(B)6.67º55.1%38.43%-
XYZ6.635.063.01-
YUV63.67116.9152.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=51.04%
G=26.04%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98504400.490.550.626.6738.0327.84
Hex62322C031373E7261c
Octal1426254061677674634
Binary1100010110010101100011000111011111111011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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