Html Css Color HEX #584D2D West Coast

📋 copy color: '#584D2D'

red 88 ◦ green 77 ◦ blue 45

#584D2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #584D2D

Tints of West Coast #584D2D

RGB

 RED value IS 88 (34.77% from 255) = 41.9%

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 41.9%
G = 36.67%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#584D2D (or 0x584D2D) is known color: 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

RGB 88 77 45 -
CMYK 0 0.12 0.49 0.65
HSL 44.65º 0.32% 0.26% -
HSV(B) 44.65º 0.49% 0.35% -
XYZ 7.15 7.57 3.57 -
YUV 76.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 88 77 45 0 0.12 0.49 0.65 44.65 0.32 0.26
Hex 58 4D 2D 0 C 31 41 2D 20 1A
Octal 130 115 55 0 14 61 101 55 40 32
Binary 1011000 1001101 101101 0 1100 110001 1000001 101101 100000 11010

Color Harmonies of #584D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D2D

Black with #584D2D

Text Example


Text Example

White with #584D2D

Text Example


Text Example

HTML Codes & Css Web 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>