#62332E

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

Shades of Redwood #62332E

Tints of Redwood #62332E

Color information

#62332E (or 0x62332E) is unknown color: approx Redwood. HEX triplet: 62, 33 and 2E. RGB value is (98,51,46). Sum of RGB (Red+Green+Blue) = 98+51+46=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62332E is #9DCCD1. Grayscale: #404040. Windows color (decimal): -10341586 or 3027810. OLE color: 3027810.

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

Color convert

RGB985146-
CMYK00.480.530.62
HSL5.77º36.11%28.24%-
HSV(B)5.77º53.06%38.43%-
XYZ6.715.163.23-
YUV64.48117.57151.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=50.26%
G=26.15%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98514600.480.530.625.7736.1128.24
Hex62332E030353E6241c
Octal1426356060657664434
Binary1100010110011101110011000011010111111011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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