#58342E

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

Shades of Redwood #58342E

Tints of Redwood #58342E

Color information

#58342E (or 0x58342E) is unknown color: approx Redwood. HEX triplet: 58, 34 and 2E. RGB value is (88,52,46). Sum of RGB (Red+Green+Blue) = 88+52+46=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58342E is #A7CBD1. Grayscale: #3E3E3E. Windows color (decimal): -10996690 or 3028056. OLE color: 3028056.

HSL color Cylindrical-coordinate representation of color #58342E: hue angle of 8.57º 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 #58342E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB885246-
CMYK00.410.480.65
HSL8.57º31.34%26.27%-
HSV(B)8.57º47.73%34.51%-
XYZ5.754.733.19-
YUV62.08118.93146.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=47.31%
G=27.96%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88524600.410.480.658.5731.3426.27
Hex58342E029304191f1a
Octal130645605160101113732
Binary10110001101001011100101001110000100000110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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