#5B342B

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

Shades of Redwood #5B342B

Tints of Redwood #5B342B

Color information

#5B342B (or 0x5B342B) is unknown color: approx Redwood. HEX triplet: 5B, 34 and 2B. RGB value is (91,52,43). Sum of RGB (Red+Green+Blue) = 91+52+43=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B342B is #A4CBD4. Grayscale: #3E3E3E. Windows color (decimal): -10800085 or 2831451. OLE color: 2831451.

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

Color convert

RGB915243-
CMYK00.430.530.64
HSL11.25º35.82%26.27%-
HSV(B)11.25º52.75%35.69%-
XYZ5.984.852.91-
YUV62.64116.92148.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.92%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=48.92%
G=27.96%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91524300.430.530.6411.2535.8226.27
Hex5B342B02B3540b241a
Octal133645305365100134432
Binary101101111010010101101010111101011000000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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