#583128

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

Shades of Redwood #583128

Tints of Redwood #583128

Color information

#583128 (or 0x583128) is unknown color: approx Redwood. HEX triplet: 58, 31 and 28. RGB value is (88,49,40). Sum of RGB (Red+Green+Blue) = 88+49+40=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #583128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583128 is #A7CED7. Grayscale: #3B3B3B. Windows color (decimal): -10997464 or 2634072. OLE color: 2634072.

HSL color Cylindrical-coordinate representation of color #583128: hue angle of 11.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #583128 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB884940-
CMYK00.440.550.65
HSL11.25º37.5%25.1%-
HSV(B)11.25º54.55%34.51%-
XYZ5.514.422.57-
YUV59.64116.92148.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.72%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=49.72%
G=27.68%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88494000.440.550.6511.2537.525.1
Hex58312802C3741b2619
Octal130615005467101134631
Binary101100011000110100001011001101111000001101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583128; }

 p { color: rgb(88,49,40); }

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

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

 a { background-color: rgb(88,49,40); }

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

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

 span { border-color: rgb(88,49,40); }

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