#5B4C2D

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

Shades of West Coast #5B4C2D

Tints of West Coast #5B4C2D

Color information

#5B4C2D (or 0x5B4C2D) is unknown color: approx West Coast. HEX triplet: 5B, 4C and 2D. RGB value is (91,76,45). Sum of RGB (Red+Green+Blue) = 91+76+45=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4C2D is #A4B3D2. Grayscale: #4D4D4D. Windows color (decimal): -10793939 or 2968667. OLE color: 2968667.

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

Color convert

RGB917645-
CMYK00.160.510.64
HSL40.43º33.82%26.67%-
HSV(B)40.43º50.55%35.69%-
XYZ7.377.583.56-
YUV76.95109.97138.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.92%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=42.92%
G=35.85%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91764500.160.510.6440.4333.8226.67
Hex5B4C2D010334028221b
Octal1331145502063100504233
Binary10110111001100101101010000110011100000010100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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