Html Css Color HEX #534D49 Cork

📋 copy color: '#534D49'

red 83 ◦ green 77 ◦ blue 73

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

Shades of Cork #534D49

Tints of Cork #534D49

RGB

 RED value IS 83 (32.81% from 255) = 35.62%

 GREEN value IS 77 (30.47% from 255) = 33.05%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 35.62%
G = 33.05%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534D49 (or 0x534D49) is known color: Cork. HEX triplet: 53, 4D and 49. RGB value is (83,77,73). Sum of RGB (Red+Green+Blue) = 83+77+73=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D49 is #ACB2B6. Grayscale: #4E4E4E. Windows color (decimal): -11317943 or 4803923. OLE color: 4803923.

HSL color Cylindrical-coordinate representation of color #534D49: hue angle of 24º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534D49 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 73 -
CMYK 0 0.07 0.12 0.67
HSL 24º 0.06% 0.31% -
HSV(B) 24º 0.12% 0.33% -
XYZ 7.42 7.63 7.38 -
YUV 78.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 83 77 73 0 0.07 0.12 0.67 24 0.06 0.31
Hex 53 4D 49 0 7 C 43 18 6 1F
Octal 123 115 111 0 7 14 103 30 6 37
Binary 1010011 1001101 1001001 0 111 1100 1000011 11000 110 11111

Color Harmonies of #534D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D49

Black with #534D49

Text Example


Text Example

White with #534D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D49; }

 p { color: rgb(83,77,73); }

 H1.HeaderClassName
 {
   color: #534D49;
 }
 .AnyTagClassName
 {
   color: #534D49;
 }
</style>

background-color css

<style>
 a { background-color: #534D49; }

 a { background-color: rgb(83,77,73); }

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

border-color css

<style>
 span { border-color: #534D49; }

 span { border-color: rgb(83,77,73); }

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