#53473F

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

Shades of Cork #53473F

Tints of Cork #53473F

Color information

#53473F (or 0x53473F) is unknown color: approx Cork. HEX triplet: 53, 47 and 3F. RGB value is (83,71,63). Sum of RGB (Red+Green+Blue) = 83+71+63=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53473F is #ACB8C0. Grayscale: #494949. Windows color (decimal): -11319489 or 4147027. OLE color: 4147027.

HSL color Cylindrical-coordinate representation of color #53473F: hue angle of 24º 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 #53473F is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB837163-
CMYK00.140.240.67
HSL24º13.7%28.63%-
HSV(B)24º24.1%32.55%-
XYZ6.726.75.64-
YUV73.68121.98134.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 63 (25% from 255) = 29.03%
R=38.25%
G=32.72%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83716300.140.240.672413.728.63
Hex53473F0E184318e1d
Octal1231077701630103301635
Binary101001110001111111110111011000100001111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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