#5F502A

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

Shades of West Coast #5F502A

Tints of West Coast #5F502A

Color information

#5F502A (or 0x5F502A) is unknown color: approx West Coast. HEX triplet: 5F, 50 and 2A. RGB value is (95,80,42). Sum of RGB (Red+Green+Blue) = 95+80+42=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 95 - color contains mainly: red. Hex color #5F502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F502A is #A0AFD5. Grayscale: #505050. Windows color (decimal): -10530774 or 2773087. OLE color: 2773087.

HSL color Cylindrical-coordinate representation of color #5F502A: hue angle of 43.02º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F502A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB958042-
CMYK00.160.560.63
HSL43.02º38.69%26.86%-
HSV(B)43.02º55.79%37.25%-
XYZ8.018.343.38-
YUV80.15106.47138.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.78%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=43.78%
G=36.87%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95804200.160.560.6343.0238.6926.86
Hex5F502A010383F2b271b
Octal137120520207077534733
Binary1011111101000010101001000011100011111110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,42); }

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

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

 a { background-color: rgb(95,80,42); }

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

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

 span { border-color: rgb(95,80,42); }

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