#533E2F

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

Shades of Paco #533E2F

Tints of Paco #533E2F

Color information

#533E2F (or 0x533E2F) is unknown color: approx Paco. HEX triplet: 53, 3E and 2F. RGB value is (83,62,47). Sum of RGB (Red+Green+Blue) = 83+62+47=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2F is #ACC1D0. Grayscale: #424242. Windows color (decimal): -11321809 or 3096147. OLE color: 3096147.

HSL color Cylindrical-coordinate representation of color #533E2F: hue angle of 25º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #533E2F is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB836247-
CMYK00.250.430.67
HSL25º27.69%25.49%-
HSV(B)25º43.37%32.55%-
XYZ5.85.493.44-
YUV66.57116.96139.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=43.23%
G=32.29%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624700.250.430.672527.6925.49
Hex533E2F0192B43191c19
Octal123765703153103313431
Binary10100111111101011110110011010111000011110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,47); }

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

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

 a { background-color: rgb(83,62,47); }

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

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

 span { border-color: rgb(83,62,47); }

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