#534138

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

Shades of Paco #534138

Tints of Paco #534138

Color information

#534138 (or 0x534138) is unknown color: approx Paco. HEX triplet: 53, 41 and 38. RGB value is (83,65,56). Sum of RGB (Red+Green+Blue) = 83+65+56=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534138 is #ACBEC7. Grayscale: #454545. Windows color (decimal): -11321032 or 3686739. OLE color: 3686739.

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

Color convert

RGB836556-
CMYK00.220.330.67
HSL20º19.42%27.25%-
HSV(B)20º32.53%32.55%-
XYZ6.175.914.56-
YUV69.36120.46137.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=40.69%
G=31.86%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83655600.220.330.672019.4227.25
Hex534138016214314131b
Octal1231017002641103242333
Binary101001110000011110000101101000011000011101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534138; }

 p { color: rgb(83,65,56); }

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

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

 a { background-color: rgb(83,65,56); }

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

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

 span { border-color: rgb(83,65,56); }

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