#534A45

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

Shades of Cork #534A45

Tints of Cork #534A45

Color information

#534A45 (or 0x534A45) is unknown color: approx Cork. HEX triplet: 53, 4A and 45. RGB value is (83,74,69). Sum of RGB (Red+Green+Blue) = 83+74+69=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A45 is #ACB5BA. Grayscale: #4C4C4C. Windows color (decimal): -11318715 or 4541011. OLE color: 4541011.

HSL color Cylindrical-coordinate representation of color #534A45: hue angle of 21.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534A45 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB837469-
CMYK00.110.170.67
HSL21.43º9.21%29.8%-
HSV(B)21.43º16.87%32.55%-
XYZ7.097.176.64-
YUV76.12123.98132.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=36.73%
G=32.74%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83746900.110.170.6721.439.2129.8
Hex534A450B11431591e
Octal12311210501321103251136
Binary1010011100101010001010101110001100001110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,74,69); }

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

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

 a { background-color: rgb(83,74,69); }

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

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

 span { border-color: rgb(83,74,69); }

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