#53311D

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

Shades of Brown Bramble #53311D

Tints of Brown Bramble #53311D

Color information

#53311D (or 0x53311D) is unknown color: approx Brown Bramble. HEX triplet: 53, 31 and 1D. RGB value is (83,49,29). Sum of RGB (Red+Green+Blue) = 83+49+29=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311D is #ACCEE2. Grayscale: #393939. Windows color (decimal): -11325155 or 1913171. OLE color: 1913171.

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

Color convert

RGB834929-
CMYK00.410.650.67
HSL22.22º48.21%21.96%-
HSV(B)22.22º65.06%32.55%-
XYZ4.894.121.7-
YUV56.89112.26146.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=51.55%
G=30.43%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492900.410.650.6722.2248.2121.96
Hex53311D0294143163016
Octal1236135051101103266026
Binary1010011110001111010101001100000110000111011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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