#534038

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

Shades of Paco #534038

Tints of Paco #534038

Color information

#534038 (or 0x534038) is unknown color: approx Paco. HEX triplet: 53, 40 and 38. RGB value is (83,64,56). Sum of RGB (Red+Green+Blue) = 83+64+56=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534038 is #ACBFC7. Grayscale: #444444. Windows color (decimal): -11321288 or 3686483. OLE color: 3686483.

HSL color Cylindrical-coordinate representation of color #534038: hue angle of 17.78º 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 #534038 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB836456-
CMYK00.230.330.67
HSL17.78º19.42%27.25%-
HSV(B)17.78º32.53%32.55%-
XYZ6.115.794.54-
YUV68.77120.79138.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=40.89%
G=31.53%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83645600.230.330.6717.7819.4227.25
Hex534038017214312131b
Octal1231007002741103222333
Binary101001110000001110000101111000011000011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534038; }

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

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

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

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

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

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

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

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