#583932

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

Shades of Redwood #583932

Tints of Redwood #583932

Color information

#583932 (or 0x583932) is unknown color: approx Redwood. HEX triplet: 58, 39 and 32. RGB value is (88,57,50). Sum of RGB (Red+Green+Blue) = 88+57+50=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #583932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583932 is #A7C6CD. Grayscale: #414141. Windows color (decimal): -10995406 or 3291480. OLE color: 3291480.

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

Color convert

RGB885750-
CMYK00.350.430.65
HSL11.05º27.54%27.06%-
HSV(B)11.05º43.18%34.51%-
XYZ6.065.233.71-
YUV65.47119.27144.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=45.13%
G=29.23%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88575000.350.430.6511.0527.5427.06
Hex5839320232B41b1c1b
Octal130716204353101133433
Binary10110001110011100100100011101011100000110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583932; }

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

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

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

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

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

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

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

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