#53473D

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

Shades of Brown Derby #53473D

Tints of Brown Derby #53473D

Color information

#53473D (or 0x53473D) is unknown color: approx Brown Derby. HEX triplet: 53, 47 and 3D. RGB value is (83,71,61). Sum of RGB (Red+Green+Blue) = 83+71+61=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53473D is #ACB8C2. Grayscale: #494949. Windows color (decimal): -11319491 or 4015955. OLE color: 4015955.

HSL color Cylindrical-coordinate representation of color #53473D: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53473D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB837161-
CMYK00.140.270.67
HSL27.27º15.28%28.24%-
HSV(B)27.27º26.51%32.55%-
XYZ6.666.685.35-
YUV73.45120.98134.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=38.60%
G=33.02%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83716100.140.270.6727.2715.2828.24
Hex53473D0E1B431bf1c
Octal1231077501633103331734
Binary101001110001111111010111011011100001111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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