#534943

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

Shades of Cork #534943

Tints of Cork #534943

Color information

#534943 (or 0x534943) is unknown color: approx Cork. HEX triplet: 53, 49 and 43. RGB value is (83,73,67). Sum of RGB (Red+Green+Blue) = 83+73+67=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534943 is #ACB6BC. Grayscale: #4B4B4B. Windows color (decimal): -11318973 or 4409683. OLE color: 4409683.

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

Color convert

RGB837367-
CMYK00.120.190.67
HSL22.5º10.67%29.41%-
HSV(B)22.5º19.28%32.55%-
XYZ6.967.016.3-
YUV75.31123.31133.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 67 (26.56% from 255) = 30.04%
R=37.22%
G=32.74%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83736700.120.190.6722.510.6729.41
Hex5349430C134317b1d
Octal12311110301423103271335
Binary1010011100100110000110110010011100001110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534943; }

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

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

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

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

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

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

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

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