#583430

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

Shades of Redwood #583430

Tints of Redwood #583430

Color information

#583430 (or 0x583430) is unknown color: approx Redwood. HEX triplet: 58, 34 and 30. RGB value is (88,52,48). Sum of RGB (Red+Green+Blue) = 88+52+48=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #583430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583430 is #A7CBCF. Grayscale: #3E3E3E. Windows color (decimal): -10996688 or 3159128. OLE color: 3159128.

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

Color convert

RGB885248-
CMYK00.410.450.65
HSL29.41%26.67%-
HSV(B)45.45%34.51%-
XYZ5.794.743.41-
YUV62.31119.93146.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=46.81%
G=27.66%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88524800.410.450.65629.4126.67
Hex5834300292D4161d1b
Octal13064600515510163533
Binary1011000110100110000010100110110110000011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583430; }

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

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

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

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

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

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

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

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