#58362E

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

Shades of Redwood #58362E

Tints of Redwood #58362E

Color information

#58362E (or 0x58362E) is unknown color: approx Redwood. HEX triplet: 58, 36 and 2E. RGB value is (88,54,46). Sum of RGB (Red+Green+Blue) = 88+54+46=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58362E is #A7C9D1. Grayscale: #3F3F3F. Windows color (decimal): -10996178 or 3028568. OLE color: 3028568.

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

Color convert

RGB885446-
CMYK00.390.480.65
HSL11.43º31.34%26.27%-
HSV(B)11.43º47.73%34.51%-
XYZ5.844.913.22-
YUV63.25118.26145.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=46.81%
G=28.72%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88544600.390.480.6511.4331.3426.27
Hex58362E0273041b1f1a
Octal130665604760101133732
Binary10110001101101011100100111110000100000110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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