#544B43

Color #544B43 Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #544B43

Tints of Rock #544B43

Color information

#544B43 (or 0x544B43) is unknown color: approx Rock. HEX triplet: 54, 4B and 43. RGB value is (84,75,67). Sum of RGB (Red+Green+Blue) = 84+75+67=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #544B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B43 is #ABB4BC. Grayscale: #4C4C4C. Windows color (decimal): -11252925 or 4410196. OLE color: 4410196.

HSL color Cylindrical-coordinate representation of color #544B43: hue angle of 28.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544B43 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB847567-
CMYK00.110.200.67
HSL28.24º11.26%29.61%-
HSV(B)28.24º20.24%32.94%-
XYZ7.197.326.34-
YUV76.78122.48133.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=37.17%
G=33.19%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84756700.110.200.6728.2411.2629.61
Hex544B430B14431cb1e
Octal12411310301324103341336
Binary1010100100101110000110101110100100001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B43; }

 p { color: rgb(84,75,67); }

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

<style>
 a { background-color: #544B43; }

 a { background-color: rgb(84,75,67); }

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

<style>
 span { border-color: #544B43; }

 span { border-color: rgb(84,75,67); }

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