#583126

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

Shades of Redwood #583126

Tints of Redwood #583126

Color information

#583126 (or 0x583126) is unknown color: approx Redwood. HEX triplet: 58, 31 and 26. RGB value is (88,49,38). Sum of RGB (Red+Green+Blue) = 88+49+38=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #583126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583126 is #A7CED9. Grayscale: #3B3B3B. Windows color (decimal): -10997466 or 2503000. OLE color: 2503000.

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

Color convert

RGB884938-
CMYK00.440.570.65
HSL13.2º39.68%24.71%-
HSV(B)13.2º56.82%34.51%-
XYZ5.474.412.4-
YUV59.41115.92148.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=50.29%
G=28%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88493800.440.570.6513.239.6824.71
Hex58312602C3941d2819
Octal130614605471101155031
Binary101100011000110011001011001110011000001110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583126; }

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

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

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

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

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

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

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

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