#5B332A

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

Shades of Redwood #5B332A

Tints of Redwood #5B332A

Color information

#5B332A (or 0x5B332A) is unknown color: approx Redwood. HEX triplet: 5B, 33 and 2A. RGB value is (91,51,42). Sum of RGB (Red+Green+Blue) = 91+51+42=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B332A is #A4CCD5. Grayscale: #3E3E3E. Windows color (decimal): -10800342 or 2765659. OLE color: 2765659.

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

Color convert

RGB915142-
CMYK00.440.540.64
HSL11.02º36.84%26.08%-
HSV(B)11.02º53.85%35.69%-
XYZ5.924.762.8-
YUV61.93116.75148.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.46%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=49.46%
G=27.72%
B=22.83%

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
Decimal91514200.440.540.6411.0236.8426.08
Hex5B332A02C3640b251a
Octal133635205466100134532
Binary101101111001110101001011001101101000000101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,51,42); }

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

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

 a { background-color: rgb(91,51,42); }

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

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

 span { border-color: rgb(91,51,42); }

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