#623732

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

Shades of Redwood #623732

Tints of Redwood #623732

Color information

#623732 (or 0x623732) is unknown color: approx Redwood. HEX triplet: 62, 37 and 32. RGB value is (98,55,50). Sum of RGB (Red+Green+Blue) = 98+55+50=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #623732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623732 is #9DC8CD. Grayscale: #434343. Windows color (decimal): -10340558 or 3290978. OLE color: 3290978.

HSL color Cylindrical-coordinate representation of color #623732: hue angle of 6.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #623732 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB985550-
CMYK00.440.490.62
HSL6.25º32.43%29.02%-
HSV(B)6.25º48.98%38.43%-
XYZ6.985.563.72-
YUV67.29118.25149.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=48.28%
G=27.09%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98555000.440.490.626.2532.4329.02
Hex62373202C313E6201d
Octal1426762054617664035
Binary1100010110111110010010110011000111111011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623732; }

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

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

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

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

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

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

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

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