Html Css Color HEX #584A40 Cork

📋 copy color: '#584A40'

red 88 ◦ green 74 ◦ blue 64

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

Shades of Cork #584A40

Tints of Cork #584A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

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

R = 38.94%
G = 32.74%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#584A40 (or 0x584A40) is known color: Cork. HEX triplet: 58, 4A and 40. RGB value is (88,74,64). Sum of RGB (Red+Green+Blue) = 88+74+64=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #584A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A40 is #A7B5BF. Grayscale: #4D4D4D. Windows color (decimal): -10991040 or 4213336. OLE color: 4213336.

HSL color Cylindrical-coordinate representation of color #584A40: hue angle of 25º 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 #584A40 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 64 -
CMYK 0 0.16 0.27 0.65
HSL 25º 0.16% 0.3% -
HSV(B) 25º 0.27% 0.35% -
XYZ 7.4 7.34 5.88 -
YUV 77.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 88 74 64 0 0.16 0.27 0.65 25 0.16 0.3
Hex 58 4A 40 0 10 1B 41 19 10 1E
Octal 130 112 100 0 20 33 101 31 20 36
Binary 1011000 1001010 1000000 0 10000 11011 1000001 11001 10000 11110

Color Harmonies of #584A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A40

Black with #584A40

Text Example


Text Example

White with #584A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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