#62342E

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

Shades of Redwood #62342E

Tints of Redwood #62342E

Color information

#62342E (or 0x62342E) is unknown color: approx Redwood. HEX triplet: 62, 34 and 2E. RGB value is (98,52,46). Sum of RGB (Red+Green+Blue) = 98+52+46=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62342E is #9DCBD1. Grayscale: #414141. Windows color (decimal): -10341330 or 3028066. OLE color: 3028066.

HSL color Cylindrical-coordinate representation of color #62342E: hue angle of 6.92º 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 #62342E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB985246-
CMYK00.470.530.62
HSL6.92º36.11%28.24%-
HSV(B)6.92º53.06%38.43%-
XYZ6.765.253.24-
YUV65.07117.24151.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=50%
G=26.53%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98524600.470.530.626.9236.1128.24
Hex62342E02F353E7241c
Octal1426456057657674434
Binary1100010110100101110010111111010111111011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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