#53483F

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

Shades of Cork #53483F

Tints of Cork #53483F

Color information

#53483F (or 0x53483F) is unknown color: approx Cork. HEX triplet: 53, 48 and 3F. RGB value is (83,72,63). Sum of RGB (Red+Green+Blue) = 83+72+63=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #53483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53483F is #ACB7C0. Grayscale: #4A4A4A. Windows color (decimal): -11319233 or 4147283. OLE color: 4147283.

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

Color convert

RGB837263-
CMYK00.130.240.67
HSL27º13.7%28.63%-
HSV(B)27º24.1%32.55%-
XYZ6.786.835.66-
YUV74.26121.64134.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 63 (25% from 255) = 28.90%
R=38.07%
G=33.03%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83726300.130.240.672713.728.63
Hex53483F0D18431be1d
Octal1231107701530103331635
Binary101001110010001111110110111000100001111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53483F; }

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

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

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

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

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

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

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

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