Html Css Color HEX #5A493D Cork

📋 copy color: '#5A493D'

red 90 ◦ green 73 ◦ blue 61

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

Shades of Cork #5A493D

Tints of Cork #5A493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 40.18%
G = 32.59%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#5A493D (or 0x5A493D) is known color: Cork. HEX triplet: 5A, 49 and 3D. RGB value is (90,73,61). Sum of RGB (Red+Green+Blue) = 90+73+61=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A493D is #A5B6C2. Grayscale: #4C4C4C. Windows color (decimal): -10860227 or 4016474. OLE color: 4016474.

HSL color Cylindrical-coordinate representation of color #5A493D: hue angle of 24.83º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A493D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 61 -
CMYK 0 0.19 0.32 0.65
HSL 24.83º 0.19% 0.3% -
HSV(B) 24.83º 0.32% 0.35% -
XYZ 7.44 7.28 5.43 -
YUV 76.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 90 73 61 0 0.19 0.32 0.65 24.83 0.19 0.3
Hex 5A 49 3D 0 13 20 41 19 13 1E
Octal 132 111 75 0 23 40 101 31 23 36
Binary 1011010 1001001 111101 0 10011 100000 1000001 11001 10011 11110

Color Harmonies of #5A493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A493D

Black with #5A493D

Text Example


Text Example

White with #5A493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,61); }

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

background-color css

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

 a { background-color: rgb(90,73,61); }

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

border-color css

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

 span { border-color: rgb(90,73,61); }

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