#5F5236

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

Shades of West Coast #5F5236

Tints of West Coast #5F5236

Color information

#5F5236 (or 0x5F5236) is unknown color: approx West Coast. HEX triplet: 5F, 52 and 36. RGB value is (95,82,54). Sum of RGB (Red+Green+Blue) = 95+82+54=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5236 is #A0ADC9. Grayscale: #525252. Windows color (decimal): -10530250 or 3560031. OLE color: 3560031.

HSL color Cylindrical-coordinate representation of color #5F5236: hue angle of 40.98º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F5236 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB958254-
CMYK00.140.430.63
HSL40.98º27.52%29.22%-
HSV(B)40.98º43.16%37.25%-
XYZ8.48.734.73-
YUV82.7111.81136.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.13%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=41.13%
G=35.50%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95825400.140.430.6340.9827.5229.22
Hex5F52360E2B3F291c1d
Octal137122660165377513435
Binary10111111010010110110011101010111111111010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,82,54); }

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

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

 a { background-color: rgb(95,82,54); }

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

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

 span { border-color: rgb(95,82,54); }

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