#53301B

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

Shades of Brown Bramble #53301B

Tints of Brown Bramble #53301B

Color information

#53301B (or 0x53301B) is unknown color: approx Brown Bramble. HEX triplet: 53, 30 and 1B. RGB value is (83,48,27). Sum of RGB (Red+Green+Blue) = 83+48+27=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301B is #ACCFE4. Grayscale: #383838. Windows color (decimal): -11325413 or 1781843. OLE color: 1781843.

HSL color Cylindrical-coordinate representation of color #53301B: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53301B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB834827-
CMYK00.420.670.67
HSL22.5º50.91%21.57%-
HSV(B)22.5º67.47%32.55%-
XYZ4.824.031.56-
YUV56.07111.6147.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=52.53%
G=30.38%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83482700.420.670.6722.550.9121.57
Hex53301B02A4343163316
Octal1236033052103103266326
Binary1010011110000110110101010100001110000111011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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