#54423C

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

Shades of Paco #54423C

Tints of Paco #54423C

Color information

#54423C (or 0x54423C) is unknown color: approx Paco. HEX triplet: 54, 42 and 3C. RGB value is (84,66,60). Sum of RGB (Red+Green+Blue) = 84+66+60=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423C is #ABBDC3. Grayscale: #464646. Windows color (decimal): -11255236 or 3949140. OLE color: 3949140.

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

Color convert

RGB846660-
CMYK00.210.290.67
HSL15º16.67%28.24%-
HSV(B)15º28.57%32.94%-
XYZ6.426.115.12-
YUV70.7121.96137.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=40%
G=31.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84666000.210.290.671516.6728.24
Hex54423C0151D43f111c
Octal1241027402535103172134
Binary1010100100001011110001010111101100001111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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