#534238

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

Shades of Paco #534238

Tints of Paco #534238

Color information

#534238 (or 0x534238) is unknown color: approx Paco. HEX triplet: 53, 42 and 38. RGB value is (83,66,56). Sum of RGB (Red+Green+Blue) = 83+66+56=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534238 is #ACBDC7. Grayscale: #464646. Windows color (decimal): -11320776 or 3686995. OLE color: 3686995.

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

Color convert

RGB836656-
CMYK00.200.330.67
HSL22.22º19.42%27.25%-
HSV(B)22.22º32.53%32.55%-
XYZ6.236.024.58-
YUV69.94120.13137.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=40.49%
G=32.20%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83665600.200.330.6722.2219.4227.25
Hex534238014214316131b
Octal1231027002441103262333
Binary101001110000101110000101001000011000011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534238; }

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

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

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

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

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

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

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

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