#542F1B

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

Shades of Brown Bramble #542F1B

Tints of Brown Bramble #542F1B

Color information

#542F1B (or 0x542F1B) is unknown color: approx Brown Bramble. HEX triplet: 54, 2F and 1B. RGB value is (84,47,27). Sum of RGB (Red+Green+Blue) = 84+47+27=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #542F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F1B is #ABD0E4. Grayscale: #373737. Windows color (decimal): -11260133 or 1781588. OLE color: 1781588.

HSL color Cylindrical-coordinate representation of color #542F1B: hue angle of 21.05º 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 #542F1B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB844727-
CMYK00.440.680.67
HSL21.05º51.35%21.76%-
HSV(B)21.05º67.86%32.94%-
XYZ4.8741.55-
YUV55.78111.76148.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=53.16%
G=29.75%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84472700.440.680.6721.0551.3521.76
Hex542F1B02C4443153316
Octal1245733054104103256326
Binary1010100101111110110101100100010010000111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542F1B; }

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

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

<style>
 a { background-color: #542F1B; }

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

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

<style>
 span { border-color: #542F1B; }

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

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