#533D36

Color #533D36 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #533D36

Tints of Very Dark Brown #533D36

Color information

#533D36 (or 0x533D36) is unknown color: approx Very Dark Brown. HEX triplet: 53, 3D and 36. RGB value is (83,61,54). Sum of RGB (Red+Green+Blue) = 83+61+54=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D36 is #ACC2C9. Grayscale: #424242. Windows color (decimal): -11322058 or 3554643. OLE color: 3554643.

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

Color convert

RGB836154-
CMYK00.270.350.67
HSL14.48º21.17%26.86%-
HSV(B)14.48º34.94%32.55%-
XYZ5.95.444.23-
YUV66.78120.79139.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=41.92%
G=30.81%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83615400.270.350.6714.4821.1726.86
Hex533D3601B2343e151b
Octal123756603343103162533
Binary1010011111101110110011011100011100001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,54); }

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

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

 a { background-color: rgb(83,61,54); }

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

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

 span { border-color: rgb(83,61,54); }

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