#62332D

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

Shades of Redwood #62332D

Tints of Redwood #62332D

Color information

#62332D (or 0x62332D) is unknown color: approx Redwood. HEX triplet: 62, 33 and 2D. RGB value is (98,51,45). Sum of RGB (Red+Green+Blue) = 98+51+45=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62332D is #9DCCD2. Grayscale: #404040. Windows color (decimal): -10341587 or 2962274. OLE color: 2962274.

HSL color Cylindrical-coordinate representation of color #62332D: hue angle of 6.79º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62332D is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB985145-
CMYK00.480.540.62
HSL6.79º37.06%28.04%-
HSV(B)6.79º54.08%38.43%-
XYZ6.695.153.12-
YUV64.37117.07151.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=50.52%
G=26.29%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98514500.480.540.626.7937.0628.04
Hex62332D030363E7251c
Octal1426355060667674534
Binary1100010110011101101011000011011011111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62332D; }

 p { color: rgb(98,51,45); }

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

<style>
 a { background-color: #62332D; }

 a { background-color: rgb(98,51,45); }

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

<style>
 span { border-color: #62332D; }

 span { border-color: rgb(98,51,45); }

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