#5B3832

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

Shades of Redwood #5B3832

Tints of Redwood #5B3832

Color information

#5B3832 (or 0x5B3832) is unknown color: approx Redwood. HEX triplet: 5B, 38 and 32. RGB value is (91,56,50). Sum of RGB (Red+Green+Blue) = 91+56+50=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3832 is #A4C7CD. Grayscale: #414141. Windows color (decimal): -10799054 or 3291227. OLE color: 3291227.

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

Color convert

RGB915650-
CMYK00.380.450.64
HSL8.78º29.08%27.65%-
HSV(B)8.78º45.05%35.69%-
XYZ6.35.283.71-
YUV65.78119.1145.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.19%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=46.19%
G=28.43%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91565000.380.450.648.7829.0827.65
Hex5B38320262D4091d1c
Octal133706204655100113534
Binary10110111110001100100100110101101100000010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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