#53311A

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

Shades of Brown Bramble #53311A

Tints of Brown Bramble #53311A

Color information

#53311A (or 0x53311A) is unknown color: approx Brown Bramble. HEX triplet: 53, 31 and 1A. RGB value is (83,49,26). Sum of RGB (Red+Green+Blue) = 83+49+26=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311A is #ACCEE5. Grayscale: #383838. Windows color (decimal): -11325158 or 1716563. OLE color: 1716563.

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

Color convert

RGB834926-
CMYK00.410.690.67
HSL24.21º52.29%21.37%-
HSV(B)24.21º68.67%32.55%-
XYZ4.854.111.51-
YUV56.54110.76146.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=52.53%
G=31.01%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492600.410.690.6724.2152.2921.37
Hex53311A0294543183415
Octal1236132051105103306425
Binary1010011110001110100101001100010110000111100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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