#62322E

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

Shades of Redwood #62322E

Tints of Redwood #62322E

Color information

#62322E (or 0x62322E) is unknown color: approx Redwood. HEX triplet: 62, 32 and 2E. RGB value is (98,50,46). Sum of RGB (Red+Green+Blue) = 98+50+46=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62322E is #9DCDD1. Grayscale: #3F3F3F. Windows color (decimal): -10341842 or 3027554. OLE color: 3027554.

HSL color Cylindrical-coordinate representation of color #62322E: hue angle of 4.62º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62322E is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB985046-
CMYK00.490.530.62
HSL4.62º36.11%28.24%-
HSV(B)4.62º53.06%38.43%-
XYZ6.675.083.21-
YUV63.9117.9152.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=50.52%
G=25.77%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98504600.490.530.624.6236.1128.24
Hex62322E031353E5241c
Octal1426256061657654434
Binary1100010110010101110011000111010111111010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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