#62322B

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

Shades of Redwood #62322B

Tints of Redwood #62322B

Color information

#62322B (or 0x62322B) is unknown color: approx Redwood. HEX triplet: 62, 32 and 2B. RGB value is (98,50,43). Sum of RGB (Red+Green+Blue) = 98+50+43=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322B is #9DCDD4. Grayscale: #3F3F3F. Windows color (decimal): -10341845 or 2830946. OLE color: 2830946.

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

Color convert

RGB985043-
CMYK00.490.560.62
HSL7.64º39.01%27.65%-
HSV(B)7.64º56.12%38.43%-
XYZ6.615.052.91-
YUV63.55116.4152.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=51.31%
G=26.18%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98504300.490.560.627.6439.0127.65
Hex62322B031383E8271c
Octal14262530617076104734
Binary11000101100101010110110001111000111110100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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