#5D342B

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

Shades of Redwood #5D342B

Tints of Redwood #5D342B

Color information

#5D342B (or 0x5D342B) is unknown color: approx Redwood. HEX triplet: 5D, 34 and 2B. RGB value is (93,52,43). Sum of RGB (Red+Green+Blue) = 93+52+43=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D342B is #A2CBD4. Grayscale: #3F3F3F. Windows color (decimal): -10669013 or 2831453. OLE color: 2831453.

HSL color Cylindrical-coordinate representation of color #5D342B: hue angle of 10.8º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D342B is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB935243-
CMYK00.440.540.64
HSL10.8º36.76%26.67%-
HSV(B)10.8º53.76%36.47%-
XYZ6.184.962.92-
YUV63.23116.58149.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=49.47%
G=27.66%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93524300.440.540.6410.836.7626.67
Hex5D342B02C3640b251b
Octal135645305466100134533
Binary101110111010010101101011001101101000000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D342B; }

 p { color: rgb(93,52,43); }

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

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

 a { background-color: rgb(93,52,43); }

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

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

 span { border-color: rgb(93,52,43); }

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