#54311B

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

Shades of Brown Bramble #54311B

Tints of Brown Bramble #54311B

Color information

#54311B (or 0x54311B) is unknown color: approx Brown Bramble. HEX triplet: 54, 31 and 1B. RGB value is (84,49,27). Sum of RGB (Red+Green+Blue) = 84+49+27=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311B is #ABCEE4. Grayscale: #393939. Windows color (decimal): -11259621 or 1782100. OLE color: 1782100.

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

Color convert

RGB844927-
CMYK00.420.680.67
HSL23.16º51.35%21.76%-
HSV(B)23.16º67.86%32.94%-
XYZ4.954.161.58-
YUV56.96111.1147.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=52.5%
G=30.62%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84492700.420.680.6723.1651.3521.76
Hex54311B02A4443173316
Octal1246133052104103276326
Binary1010100110001110110101010100010010000111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,49,27); }

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

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

 a { background-color: rgb(84,49,27); }

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

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

 span { border-color: rgb(84,49,27); }

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