#5B322E

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

Shades of Redwood #5B322E

Tints of Redwood #5B322E

Color information

#5B322E (or 0x5B322E) is unknown color: approx Redwood. HEX triplet: 5B, 32 and 2E. RGB value is (91,50,46). Sum of RGB (Red+Green+Blue) = 91+50+46=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B322E is #A4CDD1. Grayscale: #3D3D3D. Windows color (decimal): -10800594 or 3027547. OLE color: 3027547.

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

Color convert

RGB915046-
CMYK00.450.490.64
HSL5.33º32.85%26.86%-
HSV(B)5.33º49.45%35.69%-
XYZ5.954.73.18-
YUV61.8119.08148.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.66%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=48.66%
G=26.74%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91504600.450.490.645.3332.8526.86
Hex5B322E02D31405211b
Octal13362560556110054133
Binary10110111100101011100101101110001100000010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,46); }

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

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

 a { background-color: rgb(91,50,46); }

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

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

 span { border-color: rgb(91,50,46); }

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