Html Css Color HEX #584D30 West Coast

📋 copy color: '#584D30'

red 88 ◦ green 77 ◦ blue 48

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

Shades of West Coast #584D30

Tints of West Coast #584D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 41.31%
G = 36.15%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#584D30 (or 0x584D30) is known color: West Coast. HEX triplet: 58, 4D and 30. RGB value is (88,77,48). Sum of RGB (Red+Green+Blue) = 88+77+48=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #584D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D30 is #A7B2CF. Grayscale: #4D4D4D. Windows color (decimal): -10990288 or 3165528. OLE color: 3165528.

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

Color convert

RGB 88 77 48 -
CMYK 0 0.12 0.45 0.65
HSL 43.5º 0.29% 0.27% -
HSV(B) 43.5º 0.45% 0.35% -
XYZ 7.21 7.6 3.88 -
YUV 76.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 88 77 48 0 0.12 0.45 0.65 43.5 0.29 0.27
Hex 58 4D 30 0 C 2D 41 2C 1D 1B
Octal 130 115 60 0 14 55 101 54 35 33
Binary 1011000 1001101 110000 0 1100 101101 1000001 101100 11101 11011

Color Harmonies of #584D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D30

Black with #584D30

Text Example


Text Example

White with #584D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #584D30;
 }
 .AnyTagClassName
 {
   color: #584D30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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