Html Css Color HEX #584940 Cork

📋 copy color: '#584940'

red 88 ◦ green 73 ◦ blue 64

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

Shades of Cork #584940

Tints of Cork #584940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 39.11%
G = 32.44%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#584940 (or 0x584940) is known color: Cork. HEX triplet: 58, 49 and 40. RGB value is (88,73,64). Sum of RGB (Red+Green+Blue) = 88+73+64=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584940 is #A7B6BF. Grayscale: #4C4C4C. Windows color (decimal): -10991296 or 4213080. OLE color: 4213080.

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

Color convert

RGB 88 73 64 -
CMYK 0 0.17 0.27 0.65
HSL 22.5º 0.16% 0.3% -
HSV(B) 22.5º 0.27% 0.35% -
XYZ 7.33 7.21 5.86 -
YUV 76.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 88 73 64 0 0.17 0.27 0.65 22.5 0.16 0.3
Hex 58 49 40 0 11 1B 41 16 10 1E
Octal 130 111 100 0 21 33 101 26 20 36
Binary 1011000 1001001 1000000 0 10001 11011 1000001 10110 10000 11110

Color Harmonies of #584940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584940

Black with #584940

Text Example


Text Example

White with #584940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584940; }

 p { color: rgb(88,73,64); }

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

background-color css

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

 a { background-color: rgb(88,73,64); }

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

border-color css

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

 span { border-color: rgb(88,73,64); }

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