Html Css Color HEX #584F48 Cork

📋 copy color: '#584F48'

red 88 ◦ green 79 ◦ blue 72

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

Shades of Cork #584F48

Tints of Cork #584F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.05%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 36.82%
G = 33.05%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#584F48 (or 0x584F48) is known color: Cork. HEX triplet: 58, 4F and 48. RGB value is (88,79,72). Sum of RGB (Red+Green+Blue) = 88+79+72=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F48 is #A7B0B7. Grayscale: #505050. Windows color (decimal): -10989752 or 4738904. OLE color: 4738904.

HSL color Cylindrical-coordinate representation of color #584F48: hue angle of 26.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #584F48 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 72 -
CMYK 0 0.10 0.18 0.65
HSL 26.25º 0.1% 0.31% -
HSV(B) 26.25º 0.18% 0.35% -
XYZ 7.99 8.13 7.28 -
YUV 80.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 88 79 72 0 0.10 0.18 0.65 26.25 0.1 0.31
Hex 58 4F 48 0 A 12 41 1A A 1F
Octal 130 117 110 0 12 22 101 32 12 37
Binary 1011000 1001111 1001000 0 1010 10010 1000001 11010 1010 11111

Color Harmonies of #584F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F48

Black with #584F48

Text Example


Text Example

White with #584F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,79,72); }

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

background-color css

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

 a { background-color: rgb(88,79,72); }

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

border-color css

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

 span { border-color: rgb(88,79,72); }

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