#58352F

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

Shades of Redwood #58352F

Tints of Redwood #58352F

Color information

#58352F (or 0x58352F) is unknown color: approx Redwood. HEX triplet: 58, 35 and 2F. RGB value is (88,53,47). Sum of RGB (Red+Green+Blue) = 88+53+47=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58352F is #A7CAD0. Grayscale: #3E3E3E. Windows color (decimal): -10996433 or 3093848. OLE color: 3093848.

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

Color convert

RGB885347-
CMYK00.400.470.65
HSL8.78º30.37%26.47%-
HSV(B)8.78º46.59%34.51%-
XYZ5.814.833.31-
YUV62.78119.1145.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 47 (18.75% from 255) = 25%
R=46.81%
G=28.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88534700.400.470.658.7830.3726.47
Hex58352F0282F4191e1a
Octal130655705057101113632
Binary10110001101011011110101000101111100000110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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