#534841

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

Shades of Cork #534841

Tints of Cork #534841

Color information

#534841 (or 0x534841) is unknown color: approx Cork. HEX triplet: 53, 48 and 41. RGB value is (83,72,65). Sum of RGB (Red+Green+Blue) = 83+72+65=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534841 is #ACB7BE. Grayscale: #4A4A4A. Windows color (decimal): -11319231 or 4278355. OLE color: 4278355.

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

Color convert

RGB837265-
CMYK00.130.220.67
HSL23.33º12.16%29.02%-
HSV(B)23.33º21.69%32.55%-
XYZ6.846.865.96-
YUV74.49122.64134.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=37.73%
G=32.73%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83726500.130.220.6723.3312.1629.02
Hex5348410D164317c1d
Octal12311010101526103271435
Binary1010011100100010000010110110110100001110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534841; }

 p { color: rgb(83,72,65); }

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

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

 a { background-color: rgb(83,72,65); }

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

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

 span { border-color: rgb(83,72,65); }

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