#542F1A

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

Shades of Brown Bramble #542F1A

Tints of Brown Bramble #542F1A

Color information

#542F1A (or 0x542F1A) is unknown color: approx Brown Bramble. HEX triplet: 54, 2F and 1A. RGB value is (84,47,26). Sum of RGB (Red+Green+Blue) = 84+47+26=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F1A is #ABD0E5. Grayscale: #373737. Windows color (decimal): -11260134 or 1716052. OLE color: 1716052.

HSL color Cylindrical-coordinate representation of color #542F1A: hue angle of 21.72º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542F1A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB844726-
CMYK00.440.690.67
HSL21.72º52.73%21.57%-
HSV(B)21.72º69.05%32.94%-
XYZ4.863.991.49-
YUV55.67111.26148.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=53.50%
G=29.94%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84472600.440.690.6721.7252.7321.57
Hex542F1A02C4543163516
Octal1245732054105103266526
Binary1010100101111110100101100100010110000111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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