#58322C

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

Shades of Redwood #58322C

Tints of Redwood #58322C

Color information

#58322C (or 0x58322C) is unknown color: approx Redwood. HEX triplet: 58, 32 and 2C. RGB value is (88,50,44). Sum of RGB (Red+Green+Blue) = 88+50+44=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58322C is #A7CDD3. Grayscale: #3C3C3C. Windows color (decimal): -10997204 or 2896472. OLE color: 2896472.

HSL color Cylindrical-coordinate representation of color #58322C: hue angle of 8.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58322C is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB885044-
CMYK00.430.50.65
HSL8.18º33.33%25.88%-
HSV(B)8.18º50%34.51%-
XYZ5.624.542.96-
YUV60.68118.59147.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=48.35%
G=27.47%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88504400.430.50.658.1833.3325.88
Hex58322C02B32418211a
Octal130625405362101104132
Binary101100011001010110001010111100101000001100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,50,44); }

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

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

 a { background-color: rgb(88,50,44); }

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

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

 span { border-color: rgb(88,50,44); }

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