#53311C

Color #53311C Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #53311C

Tints of Brown Bramble #53311C

Color information

#53311C (or 0x53311C) is unknown color: approx Brown Bramble. HEX triplet: 53, 31 and 1C. RGB value is (83,49,28). Sum of RGB (Red+Green+Blue) = 83+49+28=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311C is #ACCEE3. Grayscale: #383838. Windows color (decimal): -11325156 or 1847635. OLE color: 1847635.

HSL color Cylindrical-coordinate representation of color #53311C: hue angle of 22.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53311C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB834928-
CMYK00.410.660.67
HSL22.91º49.55%21.76%-
HSV(B)22.91º66.27%32.55%-
XYZ4.884.121.64-
YUV56.77111.76146.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=51.88%
G=30.62%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492800.410.660.6722.9149.5521.76
Hex53311C0294243173216
Octal1236134051102103276226
Binary1010011110001111000101001100001010000111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53311C; }

 p { color: rgb(83,49,28); }

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

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

 a { background-color: rgb(83,49,28); }

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

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

 span { border-color: rgb(83,49,28); }

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