Html Css Color HEX #584A3F Cork

📋 copy color: '#584A3F'

red 88 ◦ green 74 ◦ blue 63

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

Shades of Cork #584A3F

Tints of Cork #584A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28%

R = 39.11%
G = 32.89%
B = 28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#584A3F (or 0x584A3F) is known color: Cork. HEX triplet: 58, 4A and 3F. RGB value is (88,74,63). Sum of RGB (Red+Green+Blue) = 88+74+63=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3F is #A7B5C0. Grayscale: #4C4C4C. Windows color (decimal): -10991041 or 4147800. OLE color: 4147800.

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

Color convert

RGB 88 74 63 -
CMYK 0 0.16 0.28 0.65
HSL 26.4º 0.17% 0.3% -
HSV(B) 26.4º 0.28% 0.35% -
XYZ 7.37 7.33 5.73 -
YUV 76.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 88 74 63 0 0.16 0.28 0.65 26.4 0.17 0.3
Hex 58 4A 3F 0 10 1C 41 1A 11 1E
Octal 130 112 77 0 20 34 101 32 21 36
Binary 1011000 1001010 111111 0 10000 11100 1000001 11010 10001 11110

Color Harmonies of #584A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A3F

Black with #584A3F

Text Example


Text Example

White with #584A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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