Html Css Color HEX #5A4C41 Cork

📋 copy color: '#5A4C41'

red 90 ◦ green 76 ◦ blue 65

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

Shades of Cork #5A4C41

Tints of Cork #5A4C41

RGB

 RED value IS 90 (35.55% from 255) = 38.96%

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 38.96%
G = 32.9%
B = 28.14%

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

#5A4C41 (or 0x5A4C41) is known color: Cork. HEX triplet: 5A, 4C and 41. RGB value is (90,76,65). Sum of RGB (Red+Green+Blue) = 90+76+65=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C41 is #A5B3BE. Grayscale: #4E4E4E. Windows color (decimal): -10859455 or 4279386. OLE color: 4279386.

HSL color Cylindrical-coordinate representation of color #5A4C41: hue angle of 26.4º degrees, saturation: 0.16, 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 #5A4C41 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 76 65 -
CMYK 0 0.16 0.28 0.65
HSL 26.4º 0.16% 0.3% -
HSV(B) 26.4º 0.28% 0.35% -
XYZ 7.76 7.72 6.08 -
YUV 78.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 90 76 65 0 0.16 0.28 0.65 26.4 0.16 0.3
Hex 5A 4C 41 0 10 1C 41 1A 10 1E
Octal 132 114 101 0 20 34 101 32 20 36
Binary 1011010 1001100 1000001 0 10000 11100 1000001 11010 10000 11110

Color Harmonies of #5A4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C41

Black with #5A4C41

Text Example


Text Example

White with #5A4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4C41; }

 p { color: rgb(90,76,65); }

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

background-color css

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

 a { background-color: rgb(90,76,65); }

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

border-color css

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

 span { border-color: rgb(90,76,65); }

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