#5B342E

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

Shades of Redwood #5B342E

Tints of Redwood #5B342E

Color information

#5B342E (or 0x5B342E) is unknown color: approx Redwood. HEX triplet: 5B, 34 and 2E. RGB value is (91,52,46). Sum of RGB (Red+Green+Blue) = 91+52+46=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 91 - color contains mainly: red. Hex color #5B342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B342E is #A4CBD1. Grayscale: #3F3F3F. Windows color (decimal): -10800082 or 3028059. OLE color: 3028059.

HSL color Cylindrical-coordinate representation of color #5B342E: hue angle of 8º 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 #5B342E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB915246-
CMYK00.430.490.64
HSL32.85%26.86%-
HSV(B)49.45%35.69%-
XYZ6.044.883.21-
YUV62.98118.42147.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.15%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=48.15%
G=27.51%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91524600.430.490.64832.8526.86
Hex5B342E02B31408211b
Octal133645605361100104133
Binary101101111010010111001010111100011000000100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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