#584D2D

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

Shades of West Coast #584D2D

Tints of West Coast #584D2D

Color information

#584D2D (or 0x584D2D) is unknown color: approx West Coast. HEX triplet: 58, 4D and 2D. RGB value is (88,77,45). Sum of RGB (Red+Green+Blue) = 88+77+45=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #584D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D2D is #A7B2D2. Grayscale: #4C4C4C. Windows color (decimal): -10990291 or 2968920. OLE color: 2968920.

HSL color Cylindrical-coordinate representation of color #584D2D: hue angle of 44.65º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584D2D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB887745-
CMYK00.120.490.65
HSL44.65º32.33%26.08%-
HSV(B)44.65º48.86%34.51%-
XYZ7.157.573.57-
YUV76.64110.14136.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=41.90%
G=36.67%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88774500.120.490.6544.6532.3326.08
Hex584D2D0C31412d201a
Octal1301155501461101554032
Binary1011000100110110110101100110001100000110110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584D2D; }

 p { color: rgb(88,77,45); }

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

<style>
 a { background-color: #584D2D; }

 a { background-color: rgb(88,77,45); }

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

<style>
 span { border-color: #584D2D; }

 span { border-color: rgb(88,77,45); }

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