#53341C

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

Shades of Brown Bramble #53341C

Tints of Brown Bramble #53341C

Color information

#53341C (or 0x53341C) is unknown color: approx Brown Bramble. HEX triplet: 53, 34 and 1C. RGB value is (83,52,28). Sum of RGB (Red+Green+Blue) = 83+52+28=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53341C is #ACCBE3. Grayscale: #3A3A3A. Windows color (decimal): -11324388 or 1848403. OLE color: 1848403.

HSL color Cylindrical-coordinate representation of color #53341C: hue angle of 26.18º 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 #53341C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB835228-
CMYK00.370.660.67
HSL26.18º49.55%21.76%-
HSV(B)26.18º66.27%32.55%-
XYZ54.381.68-
YUV58.53110.77145.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=50.92%
G=31.90%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83522800.370.660.6726.1849.5521.76
Hex53341C02542431a3216
Octal1236434045102103326226
Binary1010011110100111000100101100001010000111101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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