#53301A

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

Shades of Brown Bramble #53301A

Tints of Brown Bramble #53301A

Color information

#53301A (or 0x53301A) is unknown color: approx Brown Bramble. HEX triplet: 53, 30 and 1A. RGB value is (83,48,26). Sum of RGB (Red+Green+Blue) = 83+48+26=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301A is #ACCFE5. Grayscale: #383838. Windows color (decimal): -11325414 or 1716307. OLE color: 1716307.

HSL color Cylindrical-coordinate representation of color #53301A: hue angle of 23.16º 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 #53301A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB834826-
CMYK00.420.690.67
HSL23.16º52.29%21.37%-
HSV(B)23.16º68.67%32.55%-
XYZ4.814.031.5-
YUV55.96111.1147.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=52.87%
G=30.57%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83482600.420.690.6723.1652.2921.37
Hex53301A02A4543173415
Octal1236032052105103276425
Binary1010011110000110100101010100010110000111011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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