#533C33

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

Shades of Very Dark Brown #533C33

Tints of Very Dark Brown #533C33

Color information

#533C33 (or 0x533C33) is unknown color: approx Very Dark Brown. HEX triplet: 53, 3C and 33. RGB value is (83,60,51). Sum of RGB (Red+Green+Blue) = 83+60+51=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C33 is #ACC3CC. Grayscale: #414141. Windows color (decimal): -11322317 or 3357779. OLE color: 3357779.

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

Color convert

RGB836051-
CMYK00.280.390.67
HSL16.87º23.88%26.27%-
HSV(B)16.87º38.55%32.55%-
XYZ5.785.313.85-
YUV65.85119.62140.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=42.78%
G=30.93%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83605100.280.390.6716.8723.8826.27
Hex533C3301C274311181a
Octal123746303447103213032
Binary10100111111001100110111001001111000011100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,51); }

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

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

 a { background-color: rgb(83,60,51); }

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

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

 span { border-color: rgb(83,60,51); }

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