Html Css Color HEX #585034 West Coast

📋 copy color: '#585034'

red 88 ◦ green 80 ◦ blue 52

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

Shades of West Coast #585034

Tints of West Coast #585034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 40%
G = 36.36%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#585034 (or 0x585034) is known color: West Coast. HEX triplet: 58, 50 and 34. RGB value is (88,80,52). Sum of RGB (Red+Green+Blue) = 88+80+52=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #585034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585034 is #A7AFCB. Grayscale: #4F4F4F. Windows color (decimal): -10989516 or 3428440. OLE color: 3428440.

HSL color Cylindrical-coordinate representation of color #585034: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585034 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 52 -
CMYK 0 0.09 0.41 0.65
HSL 46.67º 0.26% 0.27% -
HSV(B) 46.67º 0.41% 0.35% -
XYZ 7.51 8.06 4.41 -
YUV 79.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 88 80 52 0 0.09 0.41 0.65 46.67 0.26 0.27
Hex 58 50 34 0 9 29 41 2F 1A 1B
Octal 130 120 64 0 11 51 101 57 32 33
Binary 1011000 1010000 110100 0 1001 101001 1000001 101111 11010 11011

Color Harmonies of #585034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585034

Black with #585034

Text Example


Text Example

White with #585034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585034; }

 p { color: rgb(88,80,52); }

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

background-color css

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

 a { background-color: rgb(88,80,52); }

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

border-color css

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

 span { border-color: rgb(88,80,52); }

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