#5B352C

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

Shades of Redwood #5B352C

Tints of Redwood #5B352C

Color information

#5B352C (or 0x5B352C) is unknown color: approx Redwood. HEX triplet: 5B, 35 and 2C. RGB value is (91,53,44). Sum of RGB (Red+Green+Blue) = 91+53+44=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B352C is #A4CAD3. Grayscale: #3F3F3F. Windows color (decimal): -10799828 or 2897243. OLE color: 2897243.

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

Color convert

RGB915344-
CMYK00.420.520.64
HSL11.49º34.81%26.47%-
HSV(B)11.49º51.65%35.69%-
XYZ6.044.953.02-
YUV63.34117.09147.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.40%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=48.40%
G=28.19%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91534400.420.520.6411.4934.8126.47
Hex5B352C02A3440b231a
Octal133655405264100134332
Binary101101111010110110001010101101001000000101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,44); }

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

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

 a { background-color: rgb(91,53,44); }

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

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

 span { border-color: rgb(91,53,44); }

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