#62372F

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

Shades of Redwood #62372F

Tints of Redwood #62372F

Color information

#62372F (or 0x62372F) is unknown color: approx Redwood. HEX triplet: 62, 37 and 2F. RGB value is (98,55,47). Sum of RGB (Red+Green+Blue) = 98+55+47=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #62372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62372F is #9DC8D0. Grayscale: #434343. Windows color (decimal): -10340561 or 3094370. OLE color: 3094370.

HSL color Cylindrical-coordinate representation of color #62372F: hue angle of 9.41º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62372F is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB985547-
CMYK00.440.520.62
HSL9.41º35.17%28.43%-
HSV(B)9.41º52.04%38.43%-
XYZ6.925.533.39-
YUV66.94116.75150.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=49%
G=27.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98554700.440.520.629.4135.1728.43
Hex62372F02C343E9231c
Octal14267570546476114334
Binary11000101101111011110101100110100111110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62372F; }

 p { color: rgb(98,55,47); }

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

<style>
 a { background-color: #62372F; }

 a { background-color: rgb(98,55,47); }

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

<style>
 span { border-color: #62372F; }

 span { border-color: rgb(98,55,47); }

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