#54311E

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

Shades of Brown Bramble #54311E

Tints of Brown Bramble #54311E

Color information

#54311E (or 0x54311E) is unknown color: approx Brown Bramble. HEX triplet: 54, 31 and 1E. RGB value is (84,49,30). Sum of RGB (Red+Green+Blue) = 84+49+30=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311E is #ABCEE1. Grayscale: #393939. Windows color (decimal): -11259618 or 1978708. OLE color: 1978708.

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

Color convert

RGB844930-
CMYK00.420.640.67
HSL21.11º47.37%22.35%-
HSV(B)21.11º64.29%32.94%-
XYZ4.994.181.77-
YUV57.3112.6147.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=51.53%
G=30.06%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84493000.420.640.6721.1147.3722.35
Hex54311E02A4043152f16
Octal1246136052100103255726
Binary1010100110001111100101010100000010000111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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