Html Css Color HEX #584A42 Cork

📋 copy color: '#584A42'

red 88 ◦ green 74 ◦ blue 66

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

Shades of Cork #584A42

Tints of Cork #584A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.95%

R = 38.6%
G = 32.46%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#584A42 (or 0x584A42) is known color: Cork. HEX triplet: 58, 4A and 42. RGB value is (88,74,66). Sum of RGB (Red+Green+Blue) = 88+74+66=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #584A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A42 is #A7B5BD. Grayscale: #4D4D4D. Windows color (decimal): -10991038 or 4344408. OLE color: 4344408.

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

Color convert

RGB 88 74 66 -
CMYK 0 0.16 0.25 0.65
HSL 21.82º 0.14% 0.3% -
HSV(B) 21.82º 0.25% 0.35% -
XYZ 7.46 7.37 6.18 -
YUV 77.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 88 74 66 0 0.16 0.25 0.65 21.82 0.14 0.3
Hex 58 4A 42 0 10 19 41 16 E 1E
Octal 130 112 102 0 20 31 101 26 16 36
Binary 1011000 1001010 1000010 0 10000 11001 1000001 10110 1110 11110

Color Harmonies of #584A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A42

Black with #584A42

Text Example


Text Example

White with #584A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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