#533F35

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

Shades of Paco #533F35

Tints of Paco #533F35

Color information

#533F35 (or 0x533F35) is unknown color: approx Paco. HEX triplet: 53, 3F and 35. RGB value is (83,63,53). Sum of RGB (Red+Green+Blue) = 83+63+53=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F35 is #ACC0CA. Grayscale: #434343. Windows color (decimal): -11321547 or 3489619. OLE color: 3489619.

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

Color convert

RGB836353-
CMYK00.240.360.67
HSL20º22.06%26.67%-
HSV(B)20º36.14%32.55%-
XYZ5.995.654.14-
YUV67.84119.63138.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=41.71%
G=31.66%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83635300.240.360.672022.0626.67
Hex533F35018244314161b
Octal123776503044103242633
Binary10100111111111101010110001001001000011101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F35; }

 p { color: rgb(83,63,53); }

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

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

 a { background-color: rgb(83,63,53); }

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

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

 span { border-color: rgb(83,63,53); }

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