#54311D

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

Shades of Brown Bramble #54311D

Tints of Brown Bramble #54311D

Color information

#54311D (or 0x54311D) is unknown color: approx Brown Bramble. HEX triplet: 54, 31 and 1D. RGB value is (84,49,29). Sum of RGB (Red+Green+Blue) = 84+49+29=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311D is #ABCEE2. Grayscale: #393939. Windows color (decimal): -11259619 or 1913172. OLE color: 1913172.

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

Color convert

RGB844929-
CMYK00.420.650.67
HSL21.82º48.67%22.16%-
HSV(B)21.82º65.48%32.94%-
XYZ4.984.171.71-
YUV57.18112.1147.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=51.85%
G=30.25%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84492900.420.650.6721.8248.6722.16
Hex54311D02A4143163116
Octal1246135052101103266126
Binary1010100110001111010101010100000110000111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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