#534338

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

Shades of Paco #534338

Tints of Paco #534338

Color information

#534338 (or 0x534338) is unknown color: approx Paco. HEX triplet: 53, 43 and 38. RGB value is (83,67,56). Sum of RGB (Red+Green+Blue) = 83+67+56=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534338 is #ACBCC7. Grayscale: #464646. Windows color (decimal): -11320520 or 3687251. OLE color: 3687251.

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

Color convert

RGB836756-
CMYK00.190.330.67
HSL24.44º19.42%27.25%-
HSV(B)24.44º32.53%32.55%-
XYZ6.296.144.59-
YUV70.53119.8136.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=40.29%
G=32.52%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83675600.190.330.6724.4419.4227.25
Hex534338013214318131b
Octal1231037002341103302333
Binary101001110000111110000100111000011000011110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534338; }

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

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

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

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

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

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

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

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