#533236

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

Shades of Cab Sav #533236

Tints of Cab Sav #533236

Color information

#533236 (or 0x533236) is unknown color: approx Cab Sav. HEX triplet: 53, 32 and 36. RGB value is (83,50,54). Sum of RGB (Red+Green+Blue) = 83+50+54=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533236 is #ACCDC9. Grayscale: #3C3C3C. Windows color (decimal): -11324874 or 3551827. OLE color: 3551827.

HSL color Cylindrical-coordinate representation of color #533236: hue angle of 352.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533236 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB835054-
CMYK00.400.350.67
HSL352.73º24.81%26.08%-
HSV(B)352.73º39.76%32.55%-
XYZ5.374.394.05-
YUV60.32124.43144.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=44.39%
G=26.74%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83505400.400.350.67352.7324.8126.08
Hex5332360282343161191a
Octal1236266050431035413132
Binary1010011110010110110010100010001110000111011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533236; }

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

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

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

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

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

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

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

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