#583431

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

Shades of Redwood #583431

Tints of Redwood #583431

Color information

#583431 (or 0x583431) is unknown color: approx Redwood. HEX triplet: 58, 34 and 31. RGB value is (88,52,49). Sum of RGB (Red+Green+Blue) = 88+52+49=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #583431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583431 is #A7CBCE. Grayscale: #3E3E3E. Windows color (decimal): -10996687 or 3224664. OLE color: 3224664.

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

Color convert

RGB885249-
CMYK00.410.440.65
HSL4.62º28.47%26.86%-
HSV(B)4.62º44.32%34.51%-
XYZ5.814.753.52-
YUV62.42120.43146.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=46.56%
G=27.51%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88524900.410.440.654.6228.4726.86
Hex5834310292C4151c1b
Octal13064610515410153433
Binary1011000110100110001010100110110010000011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583431; }

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

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

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

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

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

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

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

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