#62332C

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

Shades of Redwood #62332C

Tints of Redwood #62332C

Color information

#62332C (or 0x62332C) is unknown color: approx Redwood. HEX triplet: 62, 33 and 2C. RGB value is (98,51,44). Sum of RGB (Red+Green+Blue) = 98+51+44=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62332C is #9DCCD3. Grayscale: #404040. Windows color (decimal): -10341588 or 2896738. OLE color: 2896738.

HSL color Cylindrical-coordinate representation of color #62332C: hue angle of 7.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62332C is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB985144-
CMYK00.480.550.62
HSL7.78º38.03%27.84%-
HSV(B)7.78º55.1%38.43%-
XYZ6.685.153.02-
YUV64.26116.57152.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=50.78%
G=26.42%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98514400.480.550.627.7838.0327.84
Hex62332C030373E8261c
Octal14263540606776104634
Binary11000101100111011000110000110111111110100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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