#5B362D

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

Shades of Redwood #5B362D

Tints of Redwood #5B362D

Color information

#5B362D (or 0x5B362D) is unknown color: approx Redwood. HEX triplet: 5B, 36 and 2D. RGB value is (91,54,45). Sum of RGB (Red+Green+Blue) = 91+54+45=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B362D is #A4C9D2. Grayscale: #404040. Windows color (decimal): -10799571 or 2963035. OLE color: 2963035.

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

Color convert

RGB915445-
CMYK00.410.510.64
HSL11.74º33.82%26.67%-
HSV(B)11.74º50.55%35.69%-
XYZ6.115.053.14-
YUV64.04117.26147.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.89%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=47.89%
G=28.42%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91544500.410.510.6411.7433.8226.67
Hex5B362D0293340c221b
Octal133665505163100144233
Binary101101111011010110101010011100111000000110010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,54,45); }

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

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

 a { background-color: rgb(91,54,45); }

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

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

 span { border-color: rgb(91,54,45); }

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