#54311C

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

Shades of Brown Bramble #54311C

Tints of Brown Bramble #54311C

Color information

#54311C (or 0x54311C) is unknown color: approx Brown Bramble. HEX triplet: 54, 31 and 1C. RGB value is (84,49,28). Sum of RGB (Red+Green+Blue) = 84+49+28=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54311C is #ABCEE3. Grayscale: #393939. Windows color (decimal): -11259620 or 1847636. OLE color: 1847636.

HSL color Cylindrical-coordinate representation of color #54311C: hue angle of 22.5º degrees, saturation: 0.5, 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 #54311C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB844928-
CMYK00.420.670.67
HSL22.5º50%21.96%-
HSV(B)22.5º66.67%32.94%-
XYZ4.964.171.64-
YUV57.07111.6147.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=52.17%
G=30.43%
B=17.39%

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
Decimal84492800.420.670.6722.55021.96
Hex54311C02A4343163216
Octal1246134052103103266226
Binary1010100110001111000101010100001110000111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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