#54423A

Color #54423A Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #54423A

Tints of Paco #54423A

Color information

#54423A (or 0x54423A) is unknown color: approx Paco. HEX triplet: 54, 42 and 3A. RGB value is (84,66,58). Sum of RGB (Red+Green+Blue) = 84+66+58=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #54423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423A is #ABBDC5. Grayscale: #464646. Windows color (decimal): -11255238 or 3818068. OLE color: 3818068.

HSL color Cylindrical-coordinate representation of color #54423A: hue angle of 18.46º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54423A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB846658-
CMYK00.210.310.67
HSL18.46º18.31%27.84%-
HSV(B)18.46º30.95%32.94%-
XYZ6.376.094.84-
YUV70.47120.96137.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=40.38%
G=31.73%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84665800.210.310.6718.4618.3127.84
Hex54423A0151F4312121c
Octal1241027202537103222234
Binary10101001000010111010010101111111000011100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54423A; }

 p { color: rgb(84,66,58); }

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

<style>
 a { background-color: #54423A; }

 a { background-color: rgb(84,66,58); }

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

<style>
 span { border-color: #54423A; }

 span { border-color: rgb(84,66,58); }

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