#534944

Color #534944 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #534944

Tints of Cork #534944

Color information

#534944 (or 0x534944) is unknown color: approx Cork. HEX triplet: 53, 49 and 44. RGB value is (83,73,68). Sum of RGB (Red+Green+Blue) = 83+73+68=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534944 is #ACB6BB. Grayscale: #4B4B4B. Windows color (decimal): -11318972 or 4475219. OLE color: 4475219.

HSL color Cylindrical-coordinate representation of color #534944: hue angle of 20º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534944 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB837368-
CMYK00.120.180.67
HSL20º9.93%29.61%-
HSV(B)20º18.07%32.55%-
XYZ6.997.026.46-
YUV75.42123.81133.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=37.05%
G=32.59%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83736800.120.180.67209.9329.61
Hex5349440C124314a1e
Octal12311110401422103241236
Binary1010011100100110001000110010010100001110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534944; }

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

 H1.HeaderClassName
 {
   color: #534944;
 }
 .AnyTagClassName
 {
   color: #534944;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #534944;
 }
 .BgClassName
 {
   background-color: #534944;
 }
</style>
border-color css

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

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

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