#58352E

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

Shades of Redwood #58352E

Tints of Redwood #58352E

Color information

#58352E (or 0x58352E) is unknown color: approx Redwood. HEX triplet: 58, 35 and 2E. RGB value is (88,53,46). Sum of RGB (Red+Green+Blue) = 88+53+46=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58352E is #A7CAD1. Grayscale: #3E3E3E. Windows color (decimal): -10996434 or 3028312. OLE color: 3028312.

HSL color Cylindrical-coordinate representation of color #58352E: hue angle of 10º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58352E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB885346-
CMYK00.400.480.65
HSL10º31.34%26.27%-
HSV(B)10º47.73%34.51%-
XYZ5.794.823.21-
YUV62.67118.6146.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=47.06%
G=28.34%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88534600.400.480.651031.3426.27
Hex58352E0283041a1f1a
Octal130655605060101123732
Binary10110001101011011100101000110000100000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58352E; }

 p { color: rgb(88,53,46); }

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

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

 a { background-color: rgb(88,53,46); }

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

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

 span { border-color: rgb(88,53,46); }

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