#542B30

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

Shades of Heath #542B30

Tints of Heath #542B30

Color information

#542B30 (or 0x542B30) is unknown color: approx Heath. HEX triplet: 54, 2B and 30. RGB value is (84,43,48). Sum of RGB (Red+Green+Blue) = 84+43+48=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B30 is #ABD4CF. Grayscale: #373737. Windows color (decimal): -11261136 or 3156820. OLE color: 3156820.

HSL color Cylindrical-coordinate representation of color #542B30: hue angle of 352.68º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #542B30 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB844348-
CMYK00.490.430.67
HSL352.68º32.28%24.9%-
HSV(B)352.68º48.81%32.94%-
XYZ5.053.833.27-
YUV55.83123.58148.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=48%
G=24.57%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84434800.490.430.67352.6832.2824.9
Hex542B300312B431612019
Octal1245360061531035414031
Binary10101001010111100000110001101011100001110110000110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,43,48); }

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

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

 a { background-color: rgb(84,43,48); }

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

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

 span { border-color: rgb(84,43,48); }

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